Camera target animator missing?

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
bonsalty
Posts: 120
Joined: Thu Dec 10, 2009 1:30 pm
Location: Budapest,Hungary

Camera target animator missing?

Post by bonsalty »

Hey!
I started to work around with the animated camera yet, which is very convenient.
The adding of the createFollowSplineAnimator(..) to the cam however updates only positions, while the target remains as set before.
Is there any way to update the camera's target at the same time? (I mean updating animator-wise) ?
Tomi
CuteAlien
Admin
Posts: 9693
Joined: Mon Mar 06, 2006 2:25 pm
Location: Tübingen, Germany
Contact:

Re: Camera target animator missing?

Post by CuteAlien »

No, not so far. I think there are some patches for splineanimator on the patch-tracker, but no-one found the time so far to work on them.
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
bonsalty
Posts: 120
Joined: Thu Dec 10, 2009 1:30 pm
Location: Budapest,Hungary

Re: Camera target animator missing?

Post by bonsalty »

Well, its not that hard to code (simple interpolation), but I suggest it should be implemented in the next release, because its very practical.
Tomi
Post Reply