Browse Source

Simpler line colors example.

Mr.doob 12 years ago
parent
commit
73f440bd16
1 changed files with 0 additions and 5 deletions
  1. 0 5
      examples/canvas_lines_colors.html

+ 0 - 5
examples/canvas_lines_colors.html

@@ -108,11 +108,6 @@
 				line.position.y = 0;
 				line.position.z = 0;
 				scene.add( line );
-                
-                var axis = new THREE.AxisHelper(100);
-                axis.position.x = -d;
-                scene.add(axis)
-
 
 				//