Blender
V3.3
|
Public Attributes | |
const BMLoop *(* | looptris )[3] |
const float(* | cos_cage )[3] |
float | uv [2] |
Definition at line 213 of file editmesh_bvh.c.
const float(* RayCastUserData::cos_cage)[3] |
Definition at line 216 of file editmesh_bvh.c.
Referenced by BKE_bmbvh_ray_cast(), BKE_bmbvh_ray_cast_filter(), and bmbvh_ray_cast_cb().
const BMLoop*(* RayCastUserData::looptris)[3] |
Definition at line 215 of file editmesh_bvh.c.
Referenced by BKE_bmbvh_ray_cast(), BKE_bmbvh_ray_cast_filter(), bmbvh_ray_cast_cb(), and bmbvh_ray_cast_cb_filter().
float RayCastUserData::uv[2] |
Definition at line 219 of file editmesh_bvh.c.
Referenced by bmbvh_ray_cast_cb(), and bmbvh_ray_cast_handle_hit().