mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-03-03 10:58:34 -06:00
first pass on gradient step size that works with 1m - 1e10m
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user