Skip to content

Commit

Permalink
Advanced
Browse files Browse the repository at this point in the history
  • Loading branch information
Joan Amengual committed Feb 18, 2022
1 parent 82581fb commit 7faa0cd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Advanced/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -85,10 +85,10 @@
container.appendChild( renderer.domElement );

const group = new THREE.Group();
group.add( new Element( 'VpoCIlfCvkA', 0, 0, 240, 0 ) );
group.add( new Element( 'A6deoN26tus', 240, 0, 0, Math.PI / 2 ) );
group.add( new Element( '_DJ3BE7x5wo', 0, 0, - 240, Math.PI ) );
group.add( new Element( 'sN69OxKkCdM', - 240, 0, 0, - Math.PI / 2 ) );
group.add( new Element( 'SJOz3qjfQXU', 0, 0, 240, 0 ) );
group.add( new Element( 'Y2-xZ-1HE-Q', 240, 0, 0, Math.PI / 2 ) );
group.add( new Element( 'IrydklNpcFI', 0, 0, - 240, Math.PI ) );
group.add( new Element( '9ubytEsCaS0', - 240, 0, 0, - Math.PI / 2 ) );
scene.add( group );

controls = new TrackballControls( camera, renderer.domElement );
Expand Down

0 comments on commit 7faa0cd

Please sign in to comment.