mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-01-05 19:19:39 -06:00
added interpolation and mutex protection
changed TCP protocol to no delay
This commit is contained in:
@@ -179,6 +179,8 @@ private:
|
||||
|
||||
//remote controller
|
||||
std::vector<network::Keyframe> _keyframes;
|
||||
double _currentKeyframeTime;
|
||||
std::mutex _keyframeMutex;
|
||||
};
|
||||
|
||||
} // namespace interaction
|
||||
|
||||
Reference in New Issue
Block a user