mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Tidy up UI of magicleap app
This commit is contained in:
parent
e4c80d0a88
commit
8de3f7c8f9
5 changed files with 58 additions and 25 deletions
|
@ -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
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue