Tidy up UI of magicleap app

This commit is contained in:
Alan Jeffrey 2018-11-28 15:45:59 -06:00
parent e4c80d0a88
commit 8de3f7c8f9
5 changed files with 58 additions and 25 deletions

View file

@ -131,5 +131,6 @@ private:
lumin::LineNode* laser_ = nullptr; // The laser pointer
glm::vec3 controller_position_; // The last recorded position of the controller (in world coords)
glm::quat controller_orientation_; // The last recorded orientation of the controller (in world coords)
bool controller_trigger_down_ = false; // Is the controller trigger currently down?
ServoInstance* servo_ = nullptr; // the servo instance we're embedding
};