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