As I wrote in an other thread, I am running my world and irrlicht in seperate threads. I want the world to run its own speed and let irrlicht draw the scene indepent of the word update cycle.
I figured, I dont need 3000 FPS, so I activated vsync in order to limit the amount of computation time, irrlicht requires. Now, I have a problem, the irrlicht thread does not yield its ressources in between frames. That meens, the world gets updated only once per frame, which was not the idea. Of course, I could take care of the synchronisation my self, but thats not particularly elegant. s there an option I have to activate in order to tell irrlicht to yield the thread if it is just waiting? Or is it in princliple not guild to do that?
Thx for your help,
Roland
edit: solved

