From f05c8dde76e4f4f9f9dd035cd8a034b98cbbbdec Mon Sep 17 00:00:00 2001 From: tengge1 <930372551@qq.com> Date: Sun, 3 Nov 2019 17:22:53 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8Dbug=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ShadowEditor.Web/src/helper/SelectHelper.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ShadowEditor.Web/src/helper/SelectHelper.js b/ShadowEditor.Web/src/helper/SelectHelper.js index 9f333c99..7e73e872 100644 --- a/ShadowEditor.Web/src/helper/SelectHelper.js +++ b/ShadowEditor.Web/src/helper/SelectHelper.js @@ -126,7 +126,7 @@ SelectHelper.prototype.onObjectSelected = function (obj) { value: new THREE.Vector2(1 / width, 1 / height) } }, - blending: THREE.NoBlending, + blending: THREE.AdditiveBlending, depthTest: false }); }