trying to use c.getAngles(centroid) for roll feature, not done yet

This commit is contained in:
Jonathan Bosson
2017-03-16 17:02:16 -06:00
parent 6a696bfc5c
commit 5fc52a3936
2 changed files with 32 additions and 9 deletions
+1
View File
@@ -106,6 +106,7 @@ class TouchInteraction : public properties::PropertyOwner
int _interactionMode;
double _baseSensitivity;
double _baseFriction;
glm::dvec3 _centroid;
VelocityStates _vel;
ScaleFactor _friction;