How to make an explosion that looks REAL ?
I''m wondring about how to make an explosion in 3d and make it real. I''m writing a game that player places bombs in tunnels, so I want to make explosions that looks like fire runs in the tunnel... Does anyone know how I''m gonna do it?
There''s a couple of different ways you can go about doing this. First of all you need to remember that the more ''realsitic'' you''re going for, the more complicated and computationally intense it will be to make a explosion of fire.
Examples:
Quake2 used a model that was partially see-through and followed it''s explosion animation. This didn''t look that good and can kill those precious fps when >20 were shown (hey I only had a cyrix back then).
The Halflife engine was more advanced by using sprites (I''m sure there''s a stack of sprite tuts on gamedev but I''m too busy to go looking).
Then there''s the possibility of using shader programs if your card supports it. But perhaps aiming lowish for now and looking into creating a sprite-based explosion.
Examples:
Quake2 used a model that was partially see-through and followed it''s explosion animation. This didn''t look that good and can kill those precious fps when >20 were shown (hey I only had a cyrix back then).
The Halflife engine was more advanced by using sprites (I''m sure there''s a stack of sprite tuts on gamedev but I''m too busy to go looking).
Then there''s the possibility of using shader programs if your card supports it. But perhaps aiming lowish for now and looking into creating a sprite-based explosion.
I like pie! - weebl.
Oneiric - Another graphics engine in the works.
Oneiric - Another graphics engine in the works.
the easiest way would probably be to billboard a texture animation of an explosion. then add some particle effects.
My Homepage
Freeservers.com sucks. Angelfire.lycos.com is cool.
My Homepage
Freeservers.com sucks. Angelfire.lycos.com is cool.
My HomepageSome shoot to kill, others shoot to mame. I say clear the chamber and let the lord decide. - Reno 911
This topic is closed to new replies.
Advertisement
Popular Topics
Advertisement
Recommended Tutorials
Advertisement