put direct-manipulation in its own function, dynamic time step for all but the zoom-DOF

This commit is contained in:
Jonathan Bosson
2017-04-25 17:06:46 -06:00
parent 556e81afeb
commit b5a058121d
4 changed files with 185 additions and 153 deletions

View File

@@ -101,6 +101,7 @@ class TouchInteraction : public properties::PropertyOwner
~TouchInteraction();
void update(const std::vector<TUIO::TuioCursor>& list, std::vector<Point>& lastProcessed);
void manipulate(const std::vector<TUIO::TuioCursor>& list);
void trace(const std::vector<TUIO::TuioCursor>& list);
void interpret(const std::vector<TUIO::TuioCursor>& list, const std::vector<Point>& lastProcessed);
void accelerate(const std::vector<TUIO::TuioCursor>& list, const std::vector<Point>& lastProcessed);