The stand animation is smooth but another two are lack (must fogus to see).
If I set to
self.boy.setPlayRate(0.1,'walk')
I will see a very lack animation.
I try to make a very long frame animation such as 400 frame for 1 animation and play at 1 playrate but result is the same.
I wondering Is there anything I shoud add to play a very slow smooth animation?
I fogus at show slow motion acion game.
(Like Batman arkham asylum.)
Any idea?
That should have fixed it. Perhaps it didn’t read your config variable setting, for instance because you spelled it incorrectly, or because you modified the wrong Config.prc file?
Another way to achieve the same thing is to make the call:
I remember seeing in the manual that the PRC value will only effect eggs that have yet to be cached. So likely you weren’t seeing it working with the config value because the egg was already sitting in the modelcache.
The setBlend option works regardless of modelcache status.