Skip to content

Commit

Permalink
Merge pull request #13238 from arcoyk/patch-2
Browse files Browse the repository at this point in the history
Changed YouTube video links
  • Loading branch information
mrdoob authored Feb 3, 2018
2 parents da29365 + 8bfe821 commit 608fb12
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions examples/css3d_youtube.html
Original file line number Diff line number Diff line change
Expand Up @@ -73,10 +73,10 @@
container.appendChild( renderer.domElement );

var group = new THREE.Group();
group.add( new Element( 'njCDZWTI-xg', 0, 0, 240, 0 ) );
group.add( new Element( 'HDh4uK9PvJU', 240, 0, 0, Math.PI / 2 ) );
group.add( new Element( 'OX9I1KyNa8M', 0, 0, - 240, Math.PI ) );
group.add( new Element( 'nhORZ6Ep_jE', - 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 THREE.TrackballControls( camera );
Expand Down

0 comments on commit 608fb12

Please sign in to comment.