FollowSpline Animator issue

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
gamerfan
Posts: 43
Joined: Mon Nov 30, 2009 9:28 am

FollowSpline Animator issue

Post by gamerfan »

I have loaded the quake default level coming with the examples and placed one animated model on the top
of the steps.I am using createFollow spline animator to the model to run to a certain distance and should
take right turn.But the problem here is it is not turning automatically to the right side.Instead, it is going to in angled
direction without automatically rotating the model to that direction.So my question is whether the follow spline animator
will not rotate the model automatically?

Thanks in advance
CuteAlien
Admin
Posts: 9734
Joined: Mon Mar 06, 2006 2:25 pm
Location: Tübingen, Germany
Contact:

Post by CuteAlien »

Sorry, no rotation. It only changes the positions. But you can add own animators - maybe starting with the code of an existing one.
IRC: #irrlicht on irc.libera.chat
Code snippet repository: https://github.com/mzeilfelder/irr-playground-micha
Free racer made with Irrlicht: http://www.irrgheist.com/hcraftsource.htm
gamerfan
Posts: 43
Joined: Mon Nov 30, 2009 9:28 am

Post by gamerfan »

Thanks Cute
Post Reply