mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-03-03 10:58:34 -06:00
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user