Atrahasis 7 gadi atpakaļ
vecāks
revīzija
666bfaf0be
1 mainītis faili ar 2 papildinājumiem un 0 dzēšanām
  1. 2 0
      examples/js/controls/TransformControls.js

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

@@ -12,6 +12,7 @@
 
 		this.depthTest = false;
 		this.depthWrite = false;
+		this.fog = false;
 		this.side = THREE.FrontSide;
 		this.transparent = true;
 
@@ -48,6 +49,7 @@
 
 		this.depthTest = false;
 		this.depthWrite = false;
+		this.fog = false;
 		this.transparent = true;
 		this.linewidth = 1;