finish metatron
This commit is contained in:
@@ -111,6 +111,7 @@ onUpdate( ( time ) => {
|
||||
} );
|
||||
|
||||
const gui = new GUI();
|
||||
if ( window.innerWidth < 700 ) gui.close();
|
||||
gui.add( params, 'scale', 1, 4 ).step( 0.1 ).onChange( renderMatrix );
|
||||
gui.add( params, 'edges' ).onChange( ( value ) => { parts[ 0 ].visible = value; } );
|
||||
gui.add( params, 'spokes' ).onChange( ( value ) => { parts[ 1 ].visible = value; } );
|
||||
|
||||
Reference in New Issue
Block a user