Drawing Impact Holes

If you are a new Irrlicht Engine user, and have a newbie-question, this is the forum for you. You may also post general programming questions here.
Post Reply
Acki
Posts: 3496
Joined: Tue Jun 29, 2004 12:04 am
Location: Nobody's Place (Venlo NL)
Contact:

Drawing Impact Holes

Post by Acki »

Hi,
I get the exact impact vector from Newton. For example I can create a particle system there.
But how can I create a impact hole (not a real hole, but a graphic) ???
Or for anothe example, how can I draw footsteps (collision vector providet by Newton) ???

Any idears !?!?! ;)
while(!asleep) sheep++;
IrrExtensions:Image
http://abusoft.g0dsoft.com
try Stendhal a MORPG written in Java
Masdus
Posts: 186
Joined: Tue Aug 26, 2003 1:13 pm
Location: Australia

Post by Masdus »

decals would be the way to go
dhenton9000
Posts: 395
Joined: Fri Apr 08, 2005 8:46 pm

Post by dhenton9000 »

Search the forums there was posted code for decaling someplace.
Post Reply