Dither clouds

This commit is contained in:
Joshua Seigler 2018-10-12 14:03:43 -04:00
parent 8721b90d84
commit 0b5065bc97
7 changed files with 16 additions and 11 deletions

View file

@ -16,7 +16,7 @@ loop.add(webgl.onUpdate);
// ##
// GUI
const gui = new dat.GUI();
gui.add(props, 'rotation', 0.01, 1);
gui.add(props, 'cloudSpeed', -1, 1);
gui.close();
webgl.add(new Ground());