Mr.doob 12 лет назад
Родитель
Сommit
73f440bd16
1 измененных файлов с 0 добавлено и 5 удалено
  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)
-
 
 				//