Made 120-cell the default

feature-faces
Mike Lynch 2023-07-28 17:40:39 +10:00
parent 8a581a9d64
commit 7f7e79fc7c
1 changed files with 2 additions and 2 deletions

View File

@ -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();