|
Blender
V3.3
|
Public Attributes | |
| struct IsectRayAABB_Precalc | ray |
| bool | original |
| const float ** | looptris |
| BLI_Buffer * | z_buffer |
| const float** RaycastData::looptris |
Definition at line 832 of file bmesh_intersect.c.
Referenced by isect_bvhtree_point_v3(), and raycast_callback().
| bool RaycastData::original |
Definition at line 2147 of file pbvh.c.
Referenced by BKE_pbvh_raycast(), and ray_aabb_intersect().
| struct IsectRayAABB_Precalc RaycastData::ray |
Definition at line 1011 of file pbvh.c.
Referenced by BKE_pbvh_raycast(), ray_aabb_intersect(), and raycast_callback().
| BLI_Buffer* RaycastData::z_buffer |
Definition at line 833 of file bmesh_intersect.c.
Referenced by isect_bvhtree_point_v3(), and raycast_callback().