Skip to content

Commit

Permalink
Changed YouTube video links
Browse files Browse the repository at this point in the history
invalid YouTube links to valid links.
  • Loading branch information
arcoyk authored Feb 3, 2018
1 parent da29365 commit 8bfe821
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 8bfe821

Please sign in to comment.