mirror of
https://github.com/seigler/webgl-threejs-hello
synced 2025-07-27 01:36:14 +00:00
5 lines
62 B
JavaScript
5 lines
62 B
JavaScript
const props = {
|
|
rotation: 0.01,
|
|
};
|
|
|
|
module.exports = props;
|