Hey all,

I want to do some simulation on meshes using OpenFlipper. Now I encounter a problem. In the simulation, I want to update the scene every step. The pseudo code like

/********
func()
{
    ...
    Loop:
         do something about the mesh (object);
         updatedObject();
         updateView();
   EndLoop
}
********/

But actually it only shows the  final view of the object for the whole process. I want to view the whole process of the simulation. How can I do with that? Would you please give me some advices?

Thanks

--
Best regards,
Bo Wu