Motion trail

A forum to store posts deemed exceptionally wise and useful
christianclavet
Posts: 1638
Joined: Mon Apr 30, 2007 3:24 am
Location: Montreal, CANADA
Contact:

Post by christianclavet »

Interesting. This seem to render an animated mesh (choosing different frames and creating them semi-transparent).

I'll check if I can do this with particles. My interest would be of doing that with particles (fountains, explosions, dust, etc.) Should look more realistic if it's possible.
BlindSide
Admin
Posts: 2821
Joined: Thu Dec 08, 2005 9:09 am
Location: NZ!

Post by BlindSide »

Render the particles to an RTT, with additive blending (Select FALSE for clearing the backbuffer), then stick that on a billboard. Itll make it look like theres many more particles because old particles wont get erased.
ShadowMapping for Irrlicht!: Get it here
Need help? Come on the IRC!: #irrlicht on irc://irc.freenode.net
trivtn
Posts: 132
Joined: Tue Jan 17, 2006 12:30 pm
Location: Viet Nam
Contact:

Post by trivtn »

I've done it with drawMeshBuffer ( draw SceneNode many times)
Here screen shot : Image
and here the clip :
http://www.youtube.com/watch?v=zY9qWyVvZ5U
There's something is fantastic, there's nothing is absolute.
Virion
Competition winner
Posts: 2148
Joined: Mon Dec 18, 2006 5:04 am

Post by Virion »

wonder what will happen if add in motion blur.
trivtn
Posts: 132
Joined: Tue Jan 17, 2006 12:30 pm
Location: Viet Nam
Contact:

Post by trivtn »

There's something is fantastic, there's nothing is absolute.
Post Reply