Explorar o código

updated transform controls

Aleksandar Rodic %!s(int64=11) %!d(string=hai) anos
pai
achega
ff77f16dc9
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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;