Tagged Questions
3
votes
2answers
2k views
Alpha transparency with particle effects in OpenGL
I have a simple particle effect in OpenGL using GL_POINTS. The following is called, being passed particles in order from the particle furthest from the camera first to the one nearest the camera last:
...
1
vote
3answers
523 views
Particle Engine - OpenGL
I was wondering whether there are good tutorials available for creating a particle engine.
I would like to make fireballs , sparks (thunder) , ice cubes etc.
I want the code to be portable
and not ...