Hi,
If have I have a game engine that has multiple threads that all work with one scene graph, what are techniques to ensure everything is synchronized whenever that scene graph changes?
What kind of libraries are out there to help with that?
Thanks!