|
Blender
V3.3
|
Public Attributes | |
| const BVHTree * | tree |
| struct DistProjectedAABBPrecalc | precalc |
| bool | closest_axis [3] |
| float | clip_plane [6][4] |
| int | clip_plane_len |
| BVHTree_NearestProjectedCallback | callback |
| void * | userdata |
| BVHTreeNearest | nearest |
Definition at line 142 of file BLI_kdopbvh.c.
| BVHTree_NearestProjectedCallback BVHNearestProjectedData::callback |
Definition at line 148 of file BLI_kdopbvh.c.
| float BVHNearestProjectedData::clip_plane[6][4] |
Definition at line 146 of file BLI_kdopbvh.c.
| int BVHNearestProjectedData::clip_plane_len |
Definition at line 147 of file BLI_kdopbvh.c.
| bool BVHNearestProjectedData::closest_axis[3] |
Definition at line 145 of file BLI_kdopbvh.c.
| BVHTreeNearest BVHNearestProjectedData::nearest |
Definition at line 150 of file BLI_kdopbvh.c.
| struct DistProjectedAABBPrecalc BVHNearestProjectedData::precalc |
Definition at line 143 of file BLI_kdopbvh.c.
| const BVHTree* BVHNearestProjectedData::tree |
Definition at line 143 of file BLI_kdopbvh.c.
| void* BVHNearestProjectedData::userdata |
Definition at line 149 of file BLI_kdopbvh.c.