I use "createFollowSplineAnimator" for animed some Particle
It's work very fine.
Code: Select all
anim=d_smgr->createFollowSplineAnimator(d_device->getTimer()->getTime(),points,0.05f);
but anim->getPosition() don't existe, have you a solution ?
best regards
Yodathegreat