Atrahasis 7 лет назад
Родитель
Сommit
666bfaf0be
1 измененных файлов с 2 добавлено и 0 удалено
  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;