![]() |
Blender V2.61 - r43446
|
Public Attributes | |
| 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 97 of file BLI_kdopbvh.c.
Definition at line 101 of file BLI_kdopbvh.c.
Referenced by BLI_bvhtree_ray_cast(), and dfs_raycast().
Definition at line 110 of file BLI_kdopbvh.c.
Referenced by BLI_bvhtree_bb_raycast(), BLI_bvhtree_ray_cast(), dfs_raycast(), fast_ray_nearest_hit(), and ray_nearest_hit().
| float BVHRayCastData::idot_axis[13] |
Definition at line 107 of file BLI_kdopbvh.c.
Referenced by BLI_bvhtree_ray_cast(), and fast_ray_nearest_hit().
| int BVHRayCastData::index[6] |
Definition at line 108 of file BLI_kdopbvh.c.
Referenced by BLI_bvhtree_ray_cast(), and fast_ray_nearest_hit().
Definition at line 105 of file BLI_kdopbvh.c.
Referenced by BLI_bvhtree_bb_raycast(), BLI_bvhtree_ray_cast(), dfs_raycast(), fast_ray_nearest_hit(), and ray_nearest_hit().
| float BVHRayCastData::ray_dot_axis[13] |
Definition at line 106 of file BLI_kdopbvh.c.
Referenced by BLI_bvhtree_bb_raycast(), BLI_bvhtree_ray_cast(), dfs_raycast(), and ray_nearest_hit().
Definition at line 99 of file BLI_kdopbvh.c.
Referenced by BLI_bvhtree_ray_cast().
| void* BVHRayCastData::userdata |
Definition at line 102 of file BLI_kdopbvh.c.
Referenced by BLI_bvhtree_ray_cast(), and dfs_raycast().