Hi!
I have one problem with irrlicht version 1.5. In version 1.2 to display animation of run i was using SetFrameLoop. It doesnt works in 1.5, because i can see that model shake not run. I help myself with tutorials and i saw somethinng like "setMD2Animation ( EMD2_ANIMATION_TYPE anim ) " and scene::EMAT_RUN. I have red in api documentation that it's standart animation or something like that, but what can i do if i wannna use my own md2 file model with animation of run. Should i only write that the same code or assign animation of run to scene:EMAT_RUN somehow?? What to do ??
Md2. i have made mistake while writting post. In irrlicht 1.5 i have a problem with this because it display right animation when i use scene::EMAT_RUN. It doesnt works when i use setFRameLoop.