Blender V4.3
XrRaycastData Struct Reference

Public Attributes

bool from_viewer
 
float origin [3]
 
float direction [3]
 
float end [3]
 
float color [4]
 
void * draw_handle
 

Detailed Description

Definition at line 609 of file wm_xr_operators.cc.

Member Data Documentation

◆ color

float XrRaycastData::color[4]

Definition at line 614 of file wm_xr_operators.cc.

◆ direction

float XrRaycastData::direction[3]

Definition at line 612 of file wm_xr_operators.cc.

◆ draw_handle

void* XrRaycastData::draw_handle

Definition at line 615 of file wm_xr_operators.cc.

Referenced by wm_xr_raycast_init().

◆ end

float XrRaycastData::end[3]

Definition at line 613 of file wm_xr_operators.cc.

◆ from_viewer

bool XrRaycastData::from_viewer

Definition at line 610 of file wm_xr_operators.cc.

Referenced by wm_xr_raycast_update().

◆ origin

float XrRaycastData::origin[3]

Definition at line 611 of file wm_xr_operators.cc.


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