Blender  V2.93
Public Attributes | List of all members
XrSessionSettings Struct Reference

#include <DNA_xr_types.h>

Public Attributes

struct View3DShading shading
 
char _pad [7]
 
char base_pose_type
 
Objectbase_pose_object
 
float base_pose_location [3]
 
float base_pose_angle
 
char draw_flags
 
char _pad2 [3]
 
float clip_start
 
float clip_end
 
int flag
 

Detailed Description

Definition at line 29 of file DNA_xr_types.h.

Member Data Documentation

◆ _pad

char XrSessionSettings::_pad[7]

Definition at line 33 of file DNA_xr_types.h.

◆ _pad2

char XrSessionSettings::_pad2[3]

Definition at line 43 of file DNA_xr_types.h.

◆ base_pose_angle

float XrSessionSettings::base_pose_angle

Definition at line 39 of file DNA_xr_types.h.

Referenced by wm_xr_session_base_pose_calc().

◆ base_pose_location

float XrSessionSettings::base_pose_location[3]

Definition at line 38 of file DNA_xr_types.h.

Referenced by wm_xr_session_base_pose_calc().

◆ base_pose_object

Object* XrSessionSettings::base_pose_object

◆ base_pose_type

char XrSessionSettings::base_pose_type

◆ clip_end

float XrSessionSettings::clip_end

Definition at line 46 of file DNA_xr_types.h.

Referenced by wm_xr_draw_matrices_create(), and wm_xr_draw_view().

◆ clip_start

float XrSessionSettings::clip_start

Clipping distance.

Definition at line 46 of file DNA_xr_types.h.

Referenced by wm_xr_draw_matrices_create(), and wm_xr_draw_view().

◆ draw_flags

char XrSessionSettings::draw_flags

View3D draw flags (V3D_OFSDRAW_NONE, V3D_OFSDRAW_SHOW_ANNOTATION, ...).

Definition at line 42 of file DNA_xr_types.h.

Referenced by wm_xr_draw_view().

◆ flag

int XrSessionSettings::flag

◆ shading

struct View3DShading XrSessionSettings::shading

Shading settings, struct shared with 3D-View so settings are the same.

Definition at line 1 of file DNA_xr_types.h.

Referenced by direct_link_wm_xr_data(), wm_xr_draw_view(), wm_xr_exit(), and write_wm_xr_data().


The documentation for this struct was generated from the following file: