About Store Forum Documentation Contact



Post Reply 
Particles - Few extra options
Author Message
b1s Offline
Member

Post: #1
Particles - Few extra options
Would be possible to have couple of options for particles.
Ability to render them in 3d mode.

Best possible solution would be if there would be an option to disable certain axis for the particles.
So they dont turn on every axis.
That way you would have possibilities to play with the particle texture.
07-21-2011 01:37 PM
Find all posts by this user Quote this message in a reply
Esenthel Offline
Administrator

Post: #2
RE: Particles - Few extra options
particles are 2d sprites, and they are always rotated only on the 2d screen (relative the camera)

you can just manually draw 3d meshes in blend mode instead

instead of particles.draw
simple pseudo-code:
REPA(particles.p)mesh.drawBlend(particles.p[i].pos);
07-23-2011 01:09 PM
Find all posts by this user Quote this message in a reply
Post Reply