Blender
V3.3
|
Public Attributes | |
const BVHTree * | tree |
BVHNode * | branches_array |
BVHNode ** | leafs_array |
int | tree_type |
int | tree_offset |
const BVHBuildHelper * | data |
int | depth |
int | i |
int | first_of_next_level |
Definition at line 675 of file BLI_kdopbvh.c.
BVHNode* BVHDivNodesData::branches_array |
Definition at line 677 of file BLI_kdopbvh.c.
const BVHBuildHelper* BVHDivNodesData::data |
Definition at line 683 of file BLI_kdopbvh.c.
int BVHDivNodesData::depth |
Definition at line 685 of file BLI_kdopbvh.c.
Referenced by non_recursive_bvh_div_nodes().
int BVHDivNodesData::first_of_next_level |
Definition at line 687 of file BLI_kdopbvh.c.
Referenced by non_recursive_bvh_div_nodes().
int BVHDivNodesData::i |
Definition at line 686 of file BLI_kdopbvh.c.
Referenced by non_recursive_bvh_div_nodes().
BVHNode** BVHDivNodesData::leafs_array |
Definition at line 678 of file BLI_kdopbvh.c.
const BVHTree* BVHDivNodesData::tree |
Definition at line 676 of file BLI_kdopbvh.c.
Referenced by non_recursive_bvh_div_nodes().
int BVHDivNodesData::tree_offset |
Definition at line 681 of file BLI_kdopbvh.c.
int BVHDivNodesData::tree_type |
Definition at line 680 of file BLI_kdopbvh.c.