|
Blender
V2.93
|
Public Attributes | |
| int | tree_type |
| int | totleafs |
| int | leafs_per_child [32] |
| int | branches_on_level [32] |
| int | remain_leafs |
Definition at line 572 of file BLI_kdopbvh.c.
| int BVHBuildHelper::branches_on_level[32] |
Number of nodes at depth N (tree_type^N).
Definition at line 579 of file BLI_kdopbvh.c.
| int BVHBuildHelper::leafs_per_child[32] |
Min number of leafs that are achievable from a node at depth N.
Definition at line 577 of file BLI_kdopbvh.c.
| int BVHBuildHelper::remain_leafs |
Number of leafs that are placed on the level that is not 100% filled
Definition at line 582 of file BLI_kdopbvh.c.
| int BVHBuildHelper::totleafs |
Definition at line 574 of file BLI_kdopbvh.c.
| int BVHBuildHelper::tree_type |
Definition at line 573 of file BLI_kdopbvh.c.