first step for LM algorithm on screen-space points, camera/focusnode causes crashes if not initialized, where do we do this best?

This commit is contained in:
Jonathan Bosson
2017-04-12 14:37:28 -06:00
parent 53f679ae92
commit ab877feaf9
6 changed files with 336 additions and 26 deletions

View File

@@ -27,6 +27,7 @@
#include <modules/touch/include/TuioEar.h>
#include <modules/touch/touchmodule.h>
#include <modules/touch/ext/levmarq.h>
#include <openspace/util/camera.h>
#include <openspace/scene/scenegraphnode.h>
@@ -130,6 +131,7 @@ class TouchInteraction : public properties::PropertyOwner
std::vector<SelectedBody> _selected;
InteractionType _action;
LMstat _lmstat;
glm::dvec3 _centroid;
VelocityStates _vel;
ScaleFactor _friction;