瀏覽代碼

fog = false

Atrahasis 7 年之前
父節點
當前提交
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;