Having difficulty with blending particles and sprites. Check out the issue: Particle positioned above sprite.
Both SpriteMaterial
and PointsMaterial
are using blending mode THREE.AdditiveBlending
. What could be causing this problem?
The same issue occurs between particles when they overlap. See example here: Example.