Waypoint system for moving around meshes?

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
Sollos
Posts: 9
Joined: Fri Oct 24, 2008 12:52 pm
Contact:

Waypoint system for moving around meshes?

Post by Sollos »

I am currently using createFlyStraightAnimator() to move my animated mesh around, however I can only go in a straight line. Is there any way to add some sort of waypoint system, or alternative way to do this, so that once the model hits the end of one line, it proceeds to the next, and so on.
Seven
Posts: 1034
Joined: Mon Nov 14, 2005 2:03 pm

Post by Seven »

Acki
Posts: 3496
Joined: Tue Jun 29, 2004 12:04 am
Location: Nobody's Place (Venlo NL)
Contact:

Post by Acki »

the demo included to the sdk also does a "camera flight" when starting that probably is what you want... ;)
while(!asleep) sheep++;
IrrExtensions:Image
http://abusoft.g0dsoft.com
try Stendhal a MORPG written in Java
Post Reply