Blender
V3.3
|
Public Attributes | |
int | tree_type |
int | leafs_num |
int | leafs_per_child [32] |
int | branches_on_level [32] |
int | remain_leafs |
Definition at line 556 of file BLI_kdopbvh.c.
int BVHBuildHelper::branches_on_level[32] |
Number of nodes at depth N (tree_type^N)
.
Definition at line 563 of file BLI_kdopbvh.c.
int BVHBuildHelper::leafs_num |
Definition at line 558 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 561 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 566 of file BLI_kdopbvh.c.
int BVHBuildHelper::tree_type |
Definition at line 557 of file BLI_kdopbvh.c.