diff --git a/main.js b/main.js index 31171d5..8018d42 100644 --- a/main.js +++ b/main.js @@ -7,7 +7,7 @@ import { FourDShape } from './fourDShape.js'; import { GUI } from 'lil-gui'; -const DEFAULT_SHAPE = '5-cell'; +const DEFAULT_SHAPE = '120-cell'; // hacky stuff for 4d rotations @@ -264,4 +264,4 @@ function animate() { renderer.render( scene, camera ); } -animate(); \ No newline at end of file +animate();