Explorar o código

Fixed lookAt example.

Mr.doob %!s(int64=14) %!d(string=hai) anos
pai
achega
45a7df8f95
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      examples/misc_lookat.html

+ 1 - 1
examples/misc_lookat.html

@@ -64,7 +64,7 @@
 
 				scene = new THREE.Scene();
 
-				var geometry = new THREE.Cylinder( 3, 0.1, 10, 100 );
+				var geometry = new THREE.Cylinder( 3, 10, 0.1, 100 );
 				var material = new THREE.MeshNormalMaterial( { shading: THREE.SmoothShading } );
 
 				target = new THREE.Mesh( new THREE.Sphere( 100, 20, 20 ), material );