finish metatron

This commit is contained in:
Vincent van der Wal
2026-07-19 11:31:48 +02:00
parent 99c2851285
commit abc4deb270
10 changed files with 729 additions and 784 deletions
+1
View File
@@ -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; } );