Made 120-cell the default
parent
8a581a9d64
commit
7f7e79fc7c
4
main.js
4
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();
|
||||
animate();
|
||||
|
|
Loading…
Reference in New Issue