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