Use SyncEngine for synchronizing all synced state in RenderEngine

This commit is contained in:
Erik Broberg
2016-09-15 17:52:22 -04:00
parent ee0cc6d165
commit 9e59cd3b8d
4 changed files with 24 additions and 22 deletions

View File

@@ -34,6 +34,10 @@ namespace openspace {
class Syncable;
class SyncBuffer;
/**
* Manages a collection of <code>Syncable</code>s and ensures they are synchronized
* over SGCT nodes.
*/
class SyncEngine {
public: