提交 f6e307f4 编写于 作者: M Mr.doob

Merge branch 'master' of https://github.com/jrimestad/three.js into dev

......@@ -391,7 +391,7 @@ THREE.Projector = function () {
_vector4.z *= invW;
if ( _vector4.z > 0 && _vector4.z < 1 ) {
if ( _vector4.z > -1 && _vector4.z < 1 ) {
_particle = getNextParticleInPool();
_particle.id = object.id;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册