|
Blender
V2.93
|
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 691 of file BLI_kdopbvh.c.
| BVHNode* BVHDivNodesData::branches_array |
Definition at line 693 of file BLI_kdopbvh.c.
| const BVHBuildHelper* BVHDivNodesData::data |
Definition at line 699 of file BLI_kdopbvh.c.
| int BVHDivNodesData::depth |
Definition at line 701 of file BLI_kdopbvh.c.
Referenced by non_recursive_bvh_div_nodes().
| int BVHDivNodesData::first_of_next_level |
Definition at line 703 of file BLI_kdopbvh.c.
Referenced by non_recursive_bvh_div_nodes().
| int BVHDivNodesData::i |
Definition at line 702 of file BLI_kdopbvh.c.
Referenced by non_recursive_bvh_div_nodes().
| BVHNode** BVHDivNodesData::leafs_array |
Definition at line 694 of file BLI_kdopbvh.c.
| const BVHTree* BVHDivNodesData::tree |
Definition at line 692 of file BLI_kdopbvh.c.
Referenced by non_recursive_bvh_div_nodes().
| int BVHDivNodesData::tree_offset |
Definition at line 697 of file BLI_kdopbvh.c.
| int BVHDivNodesData::tree_type |
Definition at line 696 of file BLI_kdopbvh.c.