Particle in a 2d game?!
Is there any tuto which show me how I do a particle engine for 2D Games like this tuto by nehe?!
Only for 2d games..but with the same effect!
Thx
CYA Tho
Particle effects in 2D games are hardly different from 3D games. All you have to do is eliminate the z axis from the picture, thats all there is to it.
------------------------------
Trent (ShiningKnightGL/DX)
NovaStorm Games
Project: 3D Engine, various OpenGL demos
------------------------------
Trent (ShiningKnightGL/DX)
NovaStorm Games
Project: 3D Engine, various OpenGL demos
May 14, 2001 10:26 PM
http://www.allegro.cc/pixelate/issues/2/articles/particle/particle.htm
You''ll just have to change the drawing code to whatever you''re using (glPoints, triangle strips, etc.)
You''ll just have to change the drawing code to whatever you''re using (glPoints, triangle strips, etc.)
This topic is closed to new replies.
Advertisement
Popular Topics
Advertisement
Recommended Tutorials
Advertisement