Procházet zdrojové kódy

Changed YouTube video links

invalid YouTube links to valid links.
Yui Kita před 7 roky
rodič
revize
8bfe821d24
1 změnil soubory, kde provedl 4 přidání a 4 odebrání
  1. 4 4
      examples/css3d_youtube.html

+ 4 - 4
examples/css3d_youtube.html

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