Atrahasis 7 lat temu
rodzic
commit
666bfaf0be
1 zmienionych plików z 2 dodań i 0 usunięć
  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;