Hi
This is my first post here, so I'd like to say "hello everyone"
At first, sorry for my poor english, but it isn't my native language. However I'm still learning, and make a progresses.
So. I've been learning Irrlicht for a little period of time, and I have a problem . I don't know how to set an angle of rotation for node with animation set by createFlyCircleAnimator function. If I use this function, my node flies around the Y axis, but I want to move it around with for instance 45 degress to the horizon. Can I do it simple? Thanks a lot for your answers
createFlyCircleAnimator how to set angle of move?
Hello, and welcome to the forums! Actually, I don't think it's possible to rotate the circle animator in that way, but it would be nice if it was possible. One workaround is to use a followSpline animator, and manually set the vectors of each point to make the node move that way. Don't worry, it's not as complicated as it sounds. There is an example of a followSpline animator in the Irrlicht tech demo code.