Blender
V3.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 122 of file BLI_kdopbvh.c.
BVHTree_RayCastCallback BVHRayCastData::callback |
Definition at line 125 of file BLI_kdopbvh.c.
BVHTreeRayHit BVHRayCastData::hit |
Definition at line 139 of file BLI_kdopbvh.c.
float BVHRayCastData::idot_axis[13] |
Definition at line 136 of file BLI_kdopbvh.c.
int BVHRayCastData::index[6] |
Definition at line 137 of file BLI_kdopbvh.c.
BVHTreeRay BVHRayCastData::ray |
Definition at line 128 of file BLI_kdopbvh.c.
float BVHRayCastData::ray_dot_axis[13] |
Definition at line 135 of file BLI_kdopbvh.c.
const BVHTree* BVHRayCastData::tree |
Definition at line 123 of file BLI_kdopbvh.c.
void* BVHRayCastData::userdata |
Definition at line 126 of file BLI_kdopbvh.c.