|
Blender V5.0
|
#include <wm_xr_intern.hh>
Public Attributes | |
| struct wmXrController * | next |
| struct wmXrController * | prev |
| char | subaction_path [64] |
| bool | grip_active |
| GHOST_XrPose | grip_pose |
| float | grip_mat [4][4] |
| float | grip_mat_base [4][4] |
| bool | aim_active |
| GHOST_XrPose | aim_pose |
| float | aim_mat [4][4] |
| float | aim_mat_base [4][4] |
| blender::gpu::Batch * | model |
Definition at line 138 of file wm_xr_intern.hh.
| bool wmXrController::aim_active |
Pose (in world space) that represents the controller's aiming source.
Definition at line 149 of file wm_xr_intern.hh.
| float wmXrController::aim_mat[4][4] |
Definition at line 151 of file wm_xr_intern.hh.
| float wmXrController::aim_mat_base[4][4] |
Definition at line 152 of file wm_xr_intern.hh.
| GHOST_XrPose wmXrController::aim_pose |
Definition at line 150 of file wm_xr_intern.hh.
| bool wmXrController::grip_active |
Pose (in world space) that represents the user's hand when holding the controller.
Definition at line 144 of file wm_xr_intern.hh.
| float wmXrController::grip_mat[4][4] |
Definition at line 146 of file wm_xr_intern.hh.
| float wmXrController::grip_mat_base[4][4] |
Definition at line 147 of file wm_xr_intern.hh.
| GHOST_XrPose wmXrController::grip_pose |
Definition at line 145 of file wm_xr_intern.hh.
| blender::gpu::Batch* wmXrController::model |
Controller model.
Definition at line 155 of file wm_xr_intern.hh.
| struct wmXrController* wmXrController::next |
Definition at line 139 of file wm_xr_intern.hh.
| struct wmXrController * wmXrController::prev |
Definition at line 139 of file wm_xr_intern.hh.
| char wmXrController::subaction_path[64] |
OpenXR user path identifier.
Definition at line 141 of file wm_xr_intern.hh.