|
Blender V4.3
|
Public Attributes | |
| const BVHTree * | tree |
| BVHTree_RayCastCallback | callback |
| void * | userdata |
| BVHTreeRay | ray |
| float | ray_dot_axis [13] |
| float | idot_axis [13] |
| int | index [6] |
| BVHTreeRayHit | hit |
Definition at line 124 of file BLI_kdopbvh.c.
| BVHTree_RayCastCallback BVHRayCastData::callback |
Definition at line 127 of file BLI_kdopbvh.c.
| BVHTreeRayHit BVHRayCastData::hit |
Definition at line 141 of file BLI_kdopbvh.c.
Referenced by BLI_bvhtree_bb_raycast().
| float BVHRayCastData::idot_axis[13] |
Definition at line 138 of file BLI_kdopbvh.c.
| int BVHRayCastData::index[6] |
Definition at line 139 of file BLI_kdopbvh.c.
| BVHTreeRay BVHRayCastData::ray |
Definition at line 130 of file BLI_kdopbvh.c.
| float BVHRayCastData::ray_dot_axis[13] |
Definition at line 137 of file BLI_kdopbvh.c.
| const BVHTree* BVHRayCastData::tree |
Definition at line 125 of file BLI_kdopbvh.c.
| void* BVHRayCastData::userdata |
Definition at line 128 of file BLI_kdopbvh.c.