Refactored all the GUI and rotation stuff out, colour links are working
parent
0b78ea2939
commit
efb4cf7608
1
gui.js
1
gui.js
|
@ -39,6 +39,7 @@ class FourDGUI {
|
|||
this.gui.add(this.params, 'yRotate', [ 'XZ', 'XY', 'XW' ]);
|
||||
this.gui.add(this.params, 'damping');
|
||||
this.gui.add(this.params, 'copy link');
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue