Making changing the coordinate system a property in InteractionHandler

This commit is contained in:
Alexander Bock
2015-07-06 16:14:49 +02:00
parent bb32699f70
commit 1de7a76cde
4 changed files with 19 additions and 12 deletions
@@ -180,9 +180,9 @@ private:
MouseController* _mouseController;
std::vector<Controller*> _controllers;
properties::StringProperty _origin;
properties::StringProperty _coordinateSystem;
//remote controller
std::vector<network::datamessagestructures::PositionKeyframe> _keyframes;
double _currentKeyframeTime;