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) ?
Camera target animator missing?
Re: Camera target animator missing?
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
Code snippet repository: https://github.com/mzeilfelder/irr-playground-micha
Free racer made with Irrlicht: http://www.irrgheist.com/hcraftsource.htm
Re: Camera target animator missing?
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