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

Public Attributes

const floatray_start
 
const floatray_dir
 
uint ob_index
 
floatray_depth
 
floatr_loc
 
floatr_no
 
int * r_index
 
Object ** r_ob
 
float(* r_obmat )[4]
 
ListBaser_hit_list
 
bool use_occlusion_test
 
bool ret
 

Detailed Description

Definition at line 947 of file transform_snap_object.c.

Member Data Documentation

◆ ob_index

uint RaycastObjUserData::ob_index

Definition at line 950 of file transform_snap_object.c.

Referenced by raycast_obj_fn().

◆ r_hit_list

ListBase* RaycastObjUserData::r_hit_list

Definition at line 959 of file transform_snap_object.c.

Referenced by raycast_obj_fn(), and raycastObjects().

◆ r_index

int* RaycastObjUserData::r_index

Definition at line 956 of file transform_snap_object.c.

Referenced by raycast_obj_fn(), and raycastObjects().

◆ r_loc

float* RaycastObjUserData::r_loc

Definition at line 954 of file transform_snap_object.c.

Referenced by raycast_obj_fn(), and raycastObjects().

◆ r_no

float* RaycastObjUserData::r_no

Definition at line 955 of file transform_snap_object.c.

Referenced by raycast_obj_fn(), and raycastObjects().

◆ r_ob

Object** RaycastObjUserData::r_ob

Definition at line 957 of file transform_snap_object.c.

Referenced by raycast_obj_fn(), and raycastObjects().

◆ r_obmat

float(* RaycastObjUserData::r_obmat)[4]

Definition at line 958 of file transform_snap_object.c.

Referenced by raycast_obj_fn(), and raycastObjects().

◆ ray_depth

float* RaycastObjUserData::ray_depth

Definition at line 952 of file transform_snap_object.c.

Referenced by raycast_obj_fn(), and raycastObjects().

◆ ray_dir

const float* RaycastObjUserData::ray_dir

Definition at line 949 of file transform_snap_object.c.

Referenced by raycast_obj_fn(), and raycastObjects().

◆ ray_start

const float* RaycastObjUserData::ray_start

Definition at line 948 of file transform_snap_object.c.

Referenced by raycast_obj_fn(), and raycastObjects().

◆ ret

bool RaycastObjUserData::ret

Definition at line 961 of file transform_snap_object.c.

Referenced by raycast_obj_fn().

◆ use_occlusion_test

bool RaycastObjUserData::use_occlusion_test

Definition at line 960 of file transform_snap_object.c.

Referenced by raycast_obj_fn().


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