Blender V4.5
BVHDivNodesData Struct Reference

Public Attributes

const BVHTreetree
 
BVHNodebranches_array
 
BVHNode ** leafs_array
 
int tree_type
 
int tree_offset
 
const BVHBuildHelperdata
 
int depth
 
int i
 
int first_of_next_level
 

Detailed Description

Definition at line 673 of file BLI_kdopbvh.cc.

Member Data Documentation

◆ branches_array

BVHNode* BVHDivNodesData::branches_array

Definition at line 675 of file BLI_kdopbvh.cc.

◆ data

const BVHBuildHelper* BVHDivNodesData::data

Definition at line 681 of file BLI_kdopbvh.cc.

◆ depth

int BVHDivNodesData::depth

Definition at line 683 of file BLI_kdopbvh.cc.

◆ first_of_next_level

int BVHDivNodesData::first_of_next_level

Definition at line 685 of file BLI_kdopbvh.cc.

◆ i

int BVHDivNodesData::i

Definition at line 684 of file BLI_kdopbvh.cc.

Referenced by non_recursive_bvh_div_nodes_task_cb().

◆ leafs_array

BVHNode** BVHDivNodesData::leafs_array

Definition at line 676 of file BLI_kdopbvh.cc.

◆ tree

const BVHTree* BVHDivNodesData::tree

Definition at line 674 of file BLI_kdopbvh.cc.

Referenced by non_recursive_bvh_div_nodes().

◆ tree_offset

int BVHDivNodesData::tree_offset

Definition at line 679 of file BLI_kdopbvh.cc.

◆ tree_type

int BVHDivNodesData::tree_type

Definition at line 678 of file BLI_kdopbvh.cc.


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