|
Using ICE with OpenSceneGraph
I'm looking for hints or suggestions on using threads correctly when ICE is used with another library that is also threaded. I was thinking about using the Command Processor design pattern and collect command objects into a thread safe queue and then dispatch these objects during a "safe time".
|