修复bug。

This commit is contained in:
tengge1 2019-11-03 17:22:53 +08:00
parent 9b398e23e6
commit f05c8dde76

View File

@ -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
});
}