Is it possible to make particles in a particle system blend additively with each other while at the same time, NOT blending additively with whatever is behind them?
Can particles blend additive with ONLY other particles?
(2 posts) (2 voices)-
Posted 1 year ago #
-
Not if its to the same frame being rendered (AFAIK).
You can fake it by rendering particles to a CCRenderTexture and then render that to the final frame, although performance may not be great depending on the number of particles.
Posted 1 year ago #
Reply
You must log in to post.