Search found 3 matches

by MarKuz
Thu Dec 27, 2007 5:37 pm
Forum: Beginners Help
Topic: Moving node in 3D World
Replies: 9
Views: 1239

Quick trick, courtesy of JP: create an empty scene node, then either attach the same spline animator to it but start it off a little earlier, or create a new spline animator just for the look at position. Every frame, have your camera look at the empty scene node. Thanks for help but I don't want t...
by MarKuz
Mon Dec 24, 2007 10:40 pm
Forum: Beginners Help
Topic: Moving node in 3D World
Replies: 9
Views: 1239

Not sure about this but you would have to implement it yourself. - You will surely have to check how the code is made in that animator - Find a way to generate a directional vector (Could take the last position with the new position of your mesh at each frame) - Align your node to that directional ...
by MarKuz
Mon Dec 24, 2007 9:42 am
Forum: Beginners Help
Topic: Moving node in 3D World
Replies: 9
Views: 1239

Moving node in 3D World

Hello! I am totally new with Irrlicht.

I am trying to move a node in 3D world using FollowSplineAnimator.

However my node doesn't face tha direction it moves.

I have searched the forum but I can't make it work.

I would be grateful if you could help me.