Blender V4.5
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 618 of file wm_xr_operators.cc.

Member Data Documentation

◆ color

float XrRaycastData::color[4]

Definition at line 623 of file wm_xr_operators.cc.

◆ direction

float XrRaycastData::direction[3]

Definition at line 621 of file wm_xr_operators.cc.

◆ draw_handle

void* XrRaycastData::draw_handle

Definition at line 624 of file wm_xr_operators.cc.

Referenced by wm_xr_raycast_init().

◆ end

float XrRaycastData::end[3]

Definition at line 622 of file wm_xr_operators.cc.

◆ from_viewer

bool XrRaycastData::from_viewer

Definition at line 619 of file wm_xr_operators.cc.

Referenced by wm_xr_raycast_update().

◆ origin

float XrRaycastData::origin[3]

Definition at line 620 of file wm_xr_operators.cc.


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