Browse Source

updated transform controls

Aleksandar Rodic 11 years ago
parent
commit
ff77f16dc9
1 changed files with 1 additions and 1 deletions
  1. 1 1
      examples/js/controls/TransformControls.js

+ 1 - 1
examples/js/controls/TransformControls.js

@@ -21,7 +21,7 @@ THREE.TransformGizmoMaterial.prototype = Object.create( THREE.MeshBasicMaterial.
 
 THREE.TransformGizmoLineMaterial = function ( parameters ) {
 
-	THREE.MeshBasicMaterial.call( this );
+	THREE.LineBasicMaterial.call( this );
 
 	this.depthTest = false;
 	this.depthWrite = false;