Browse Source

Clean up.

Mr.doob 9 years ago
parent
commit
0e5cf5bcf6
1 changed files with 1 additions and 1 deletions
  1. 1 1
      examples/webgl_geometry_spline_editor.html

+ 1 - 1
examples/webgl_geometry_spline_editor.html

@@ -79,7 +79,7 @@
 				scene.add( light );
 				spotlight = light;
 
-				scene.add( new THREE.CameraHelper( light.shadow.camera ) );
+				// scene.add( new THREE.CameraHelper( light.shadow.camera ) );
 
 				var planeGeometry = new THREE.PlaneGeometry( 2000, 2000 );
 				planeGeometry.rotateX( - Math.PI / 2 );