mirror of
https://github.com/seigler/webgl-threejs-hello
synced 2025-07-27 01:36:14 +00:00
⚡ Dither clouds
This commit is contained in:
parent
8721b90d84
commit
0b5065bc97
7 changed files with 16 additions and 11 deletions
|
@ -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());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue