|
Blender V4.3
|
#include <wm_xr_intern.hh>
Public Attributes | |
| struct Scene * | scene |
| struct Depsgraph * | depsgraph |
| wmXrData * | xr_data |
| wmXrSurfaceData * | surface_data |
| GHOST_XrPose | base_pose |
| float | base_scale |
| float | eye_position_ofs [3] |
Definition at line 107 of file wm_xr_intern.hh.
| GHOST_XrPose wmXrDrawData::base_pose |
The pose (location + rotation) to which eye deltas will be applied to when drawing (world space). With positional tracking enabled, it should be the same as the base pose, when disabled it also contains a location delta from the moment the option was toggled.
Definition at line 117 of file wm_xr_intern.hh.
Referenced by wm_xr_draw_matrices_create(), wm_xr_session_draw_data_populate(), and wm_xr_session_state_update().
| float wmXrDrawData::base_scale |
Base scale (uniform, world space).
Definition at line 119 of file wm_xr_intern.hh.
Referenced by wm_xr_draw_matrices_create(), wm_xr_session_draw_data_populate(), and wm_xr_session_state_update().
| struct Depsgraph* wmXrDrawData::depsgraph |
Definition at line 109 of file wm_xr_intern.hh.
Referenced by wm_xr_draw_view(), and wm_xr_session_draw_data_populate().
| float wmXrDrawData::eye_position_ofs[3] |
Offset to subtract from the OpenXR eye and viewer pose to get the wanted effective pose (e.g. a pose exactly at the landmark position).
Definition at line 122 of file wm_xr_intern.hh.
Referenced by wm_xr_draw_matrices_create(), wm_xr_session_draw_data_update(), and wm_xr_session_state_update().
| struct Scene* wmXrDrawData::scene |
Definition at line 108 of file wm_xr_intern.hh.
Referenced by wm_xr_draw_view(), and wm_xr_session_draw_data_populate().
| wmXrSurfaceData* wmXrDrawData::surface_data |
Definition at line 112 of file wm_xr_intern.hh.
Referenced by wm_xr_draw_view(), and wm_xr_session_draw_data_populate().
| wmXrData* wmXrDrawData::xr_data |
Definition at line 111 of file wm_xr_intern.hh.
Referenced by wm_xr_disable_passthrough(), wm_xr_draw_view(), wm_xr_passthrough_enabled(), and wm_xr_session_draw_data_populate().