animation problem

hello

 

when i export pod file that not contain animtion , the number of frame in this animation

is 0.

 

the member nNumFrame in m_Scene is 0.

when try to run the file in the Pod Player demo the application is

loop forever .

the function TimeController::getFrame() got stuck in never ending loop

to solve this bug i replace this line if(m_Scene.nNumFrame) doFPS();

with this one: doFPS(); in PODPlayer::RenderScene function.

 

maybe you would like to change this for the next sdk

 

 

Moti

Thank you for reporting this - a quick look at the code makes me believe I’ve already changed it for our next release, but I’ll double check.Gordon2009-11-11 17:29:33