浏览代码

TransformControls: fix duplicate material

Same material was defined twice in the same scope.
Michael Turkeev 7 年之前
父节点
当前提交
30b71c78ee
共有 1 个文件被更改,包括 0 次插入3 次删除
  1. 0 3
      examples/js/controls/TransformControls.js

+ 0 - 3
examples/js/controls/TransformControls.js

@@ -688,9 +688,6 @@ THREE.TransformControlsGizmo = function () {
 	var matLineMagenta = gizmoLineMaterial.clone();
 	var matLineMagenta = gizmoLineMaterial.clone();
 	matLineMagenta.color.set( 0xff00ff );
 	matLineMagenta.color.set( 0xff00ff );
 
 
-	var matLineBlue = gizmoLineMaterial.clone();
-	matLineBlue.color.set( 0x0000ff );
-
 	var matLineYellow = gizmoLineMaterial.clone();
 	var matLineYellow = gizmoLineMaterial.clone();
 	matLineYellow.color.set( 0xffff00 );
 	matLineYellow.color.set( 0xffff00 );