first pass on gradient step size that works with 1m - 1e10m

This commit is contained in:
Jonathan Bosson
2017-05-23 17:10:04 -06:00
parent 3386b5906f
commit f8b9310416
2 changed files with 46 additions and 22 deletions

View File

@@ -78,7 +78,8 @@ class TouchInteraction : public properties::PropertyOwner
SceneGraphNode* node;
double aspectRatio;
LMstat stats;
bool onlyPan;
bool onlyPan; // temp
double objectScreenRadius;
};
void updateStateFromInput(const std::vector<TUIO::TuioCursor>& list, std::vector<Point>& lastProcessed);