Hi everyone,
My progress so far has been great, although I have just touch the surface of the engine. I can animate 10k boxes moving on 10k conveyors. However, the animation is being slow since I call scene_->update() too many times in discrete event code. I wanted to limited the number of render updates in the code.
I need help with this one:
Is it possible to activate all node components Update() functions without rendering update?
For example: I want to invoke the node components Update() function 2 or more times before calling a single render update using scene_->update().
Thanks
George