webgl-threejs-hello/app/js/core/props.js
Joshua Seigler 0b5065bc97 Dither clouds
2018-10-12 14:11:56 -04:00

5 lines
63 B
JavaScript

const props = {
cloudSpeed: 0.5,
};
module.exports = props;