|
Blender V4.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 684 of file BLI_kdopbvh.c.
| BVHNode* BVHDivNodesData::branches_array |
Definition at line 686 of file BLI_kdopbvh.c.
| const BVHBuildHelper* BVHDivNodesData::data |
Definition at line 692 of file BLI_kdopbvh.c.
| int BVHDivNodesData::depth |
Definition at line 694 of file BLI_kdopbvh.c.
Referenced by non_recursive_bvh_div_nodes().
| int BVHDivNodesData::first_of_next_level |
Definition at line 696 of file BLI_kdopbvh.c.
Referenced by non_recursive_bvh_div_nodes().
| int BVHDivNodesData::i |
Definition at line 695 of file BLI_kdopbvh.c.
Referenced by non_recursive_bvh_div_nodes(), and non_recursive_bvh_div_nodes_task_cb().
| BVHNode** BVHDivNodesData::leafs_array |
Definition at line 687 of file BLI_kdopbvh.c.
| const BVHTree* BVHDivNodesData::tree |
Definition at line 685 of file BLI_kdopbvh.c.
Referenced by non_recursive_bvh_div_nodes().
| int BVHDivNodesData::tree_offset |
Definition at line 690 of file BLI_kdopbvh.c.
| int BVHDivNodesData::tree_type |
Definition at line 689 of file BLI_kdopbvh.c.