|
Blender V5.0
|
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 672 of file BLI_kdopbvh.cc.
| BVHNode* BVHDivNodesData::branches_array |
Definition at line 674 of file BLI_kdopbvh.cc.
Referenced by non_recursive_bvh_div_nodes().
| const BVHBuildHelper* BVHDivNodesData::data |
Definition at line 680 of file BLI_kdopbvh.cc.
Referenced by non_recursive_bvh_div_nodes().
| int BVHDivNodesData::depth |
Definition at line 682 of file BLI_kdopbvh.cc.
Referenced by non_recursive_bvh_div_nodes().
| int BVHDivNodesData::first_of_next_level |
Definition at line 684 of file BLI_kdopbvh.cc.
Referenced by non_recursive_bvh_div_nodes().
| int BVHDivNodesData::i |
Definition at line 683 of file BLI_kdopbvh.cc.
Referenced by non_recursive_bvh_div_nodes().
| BVHNode** BVHDivNodesData::leafs_array |
Definition at line 675 of file BLI_kdopbvh.cc.
Referenced by non_recursive_bvh_div_nodes().
| const BVHTree* BVHDivNodesData::tree |
Definition at line 673 of file BLI_kdopbvh.cc.
Referenced by non_recursive_bvh_div_nodes().
| int BVHDivNodesData::tree_offset |
Definition at line 678 of file BLI_kdopbvh.cc.
Referenced by non_recursive_bvh_div_nodes().
| int BVHDivNodesData::tree_type |
Definition at line 677 of file BLI_kdopbvh.cc.
Referenced by non_recursive_bvh_div_nodes().