Pārlūkot izejas kodu

updated transform controls

Aleksandar Rodic 11 gadi atpakaļ
vecāks
revīzija
ff77f16dc9
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  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;