Granyte wrote:actualy doing physics in a thread require some sort of mutex itself because when the physics update a node position while smgr->drawall() is runing you will still get a wonderfull crash
That's why I'm planning to use a Event based approach. I do already have an event queue, I just need to make it thread-safe.

