mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-04-26 14:55:39 +00:00
Add basic support for showing openvr controllers and tracked objects
This commit is contained in:
parent
1198932e87
commit
e6159a590a
12 changed files with 1903 additions and 45 deletions
|
|
@ -40,6 +40,11 @@ typedef struct DisplayPose
|
|||
Point3F velocity;
|
||||
Point3F angularVelocity;
|
||||
|
||||
#ifdef DEBUG_DISPLAY_POSE
|
||||
MatrixF actualMatrix;
|
||||
MatrixF originalMatrix;
|
||||
#endif
|
||||
|
||||
U32 state; /// Generic state
|
||||
|
||||
bool valid; /// Pose set
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue