added interpolation and mutex protection

changed TCP protocol to no delay
This commit is contained in:
Joakim Kilby
2015-06-17 15:11:34 +02:00
parent 78f170048e
commit e42d160773
3 changed files with 41 additions and 6 deletions

View File

@@ -179,6 +179,8 @@ private:
//remote controller
std::vector<network::Keyframe> _keyframes;
double _currentKeyframeTime;
std::mutex _keyframeMutex;
};
} // namespace interaction