Blender  V3.3
Public Attributes | List of all members
BVHBuildHelper Struct Reference

Public Attributes

int tree_type
 
int leafs_num
 
int leafs_per_child [32]
 
int branches_on_level [32]
 
int remain_leafs
 

Detailed Description

Definition at line 556 of file BLI_kdopbvh.c.

Member Data Documentation

◆ branches_on_level

int BVHBuildHelper::branches_on_level[32]

Number of nodes at depth N (tree_type^N).

Definition at line 563 of file BLI_kdopbvh.c.

◆ leafs_num

int BVHBuildHelper::leafs_num

Definition at line 558 of file BLI_kdopbvh.c.

◆ leafs_per_child

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.

◆ remain_leafs

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.

◆ tree_type

int BVHBuildHelper::tree_type

Definition at line 557 of file BLI_kdopbvh.c.


The documentation for this struct was generated from the following file: