From 8bfe821d244ed262fe11a72e7b692e0692e21de0 Mon Sep 17 00:00:00 2001 From: Yui Kita Date: Sat, 3 Feb 2018 17:40:19 +0900 Subject: [PATCH] Changed YouTube video links invalid YouTube links to valid links. --- examples/css3d_youtube.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/examples/css3d_youtube.html b/examples/css3d_youtube.html index 1af499bef3afe1..b1f0d29358cac6 100644 --- a/examples/css3d_youtube.html +++ b/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 );