Blender
V3.3
|
Public Attributes | |
BVHNode ** | nodes |
BVHNode * | nodearray |
BVHNode ** | nodechild |
float * | nodebv |
float | epsilon |
int | leaf_num |
int | branch_num |
axis_t | start_axis |
axis_t | stop_axis |
axis_t | axis |
char | tree_type |
Definition at line 76 of file BLI_kdopbvh.c.
axis_t BVHTree::axis |
Definition at line 85 of file BLI_kdopbvh.c.
Referenced by BLI_bvhtree_overlap_ex().
int BVHTree::branch_num |
Definition at line 83 of file BLI_kdopbvh.c.
float BVHTree::epsilon |
Definition at line 81 of file BLI_kdopbvh.c.
int BVHTree::leaf_num |
Definition at line 82 of file BLI_kdopbvh.c.
Referenced by BLI_bvhtree_overlap_ex().
BVHNode* BVHTree::nodearray |
Definition at line 78 of file BLI_kdopbvh.c.
float* BVHTree::nodebv |
Definition at line 80 of file BLI_kdopbvh.c.
BVHNode** BVHTree::nodechild |
Definition at line 79 of file BLI_kdopbvh.c.
BVHNode** BVHTree::nodes |
Definition at line 77 of file BLI_kdopbvh.c.
Referenced by BLI_bvhtree_overlap_ex().
axis_t BVHTree::start_axis |
Definition at line 84 of file BLI_kdopbvh.c.
Referenced by BLI_bvhtree_overlap_ex().
axis_t BVHTree::stop_axis |
Definition at line 84 of file BLI_kdopbvh.c.
Referenced by BLI_bvhtree_overlap_ex().
char BVHTree::tree_type |
Definition at line 86 of file BLI_kdopbvh.c.