浏览代码

Changed YouTube video links

invalid YouTube links to valid links.
Yui Kita 7 年之前
父节点
当前提交
8bfe821d24
共有 1 个文件被更改,包括 4 次插入4 次删除
  1. 4 4
      examples/css3d_youtube.html

+ 4 - 4
examples/css3d_youtube.html

@@ -73,10 +73,10 @@
 				container.appendChild( renderer.domElement );
 				container.appendChild( renderer.domElement );
 
 
 				var group = new THREE.Group();
 				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 );
 				scene.add( group );
 
 
 				controls = new THREE.TrackballControls( camera );
 				controls = new THREE.TrackballControls( camera );