Blender  V3.3
Public Attributes | List of all members
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 675 of file BLI_kdopbvh.c.

Member Data Documentation

◆ branches_array

BVHNode* BVHDivNodesData::branches_array

Definition at line 677 of file BLI_kdopbvh.c.

◆ data

const BVHBuildHelper* BVHDivNodesData::data

Definition at line 683 of file BLI_kdopbvh.c.

◆ depth

int BVHDivNodesData::depth

Definition at line 685 of file BLI_kdopbvh.c.

Referenced by non_recursive_bvh_div_nodes().

◆ first_of_next_level

int BVHDivNodesData::first_of_next_level

Definition at line 687 of file BLI_kdopbvh.c.

Referenced by non_recursive_bvh_div_nodes().

◆ i

int BVHDivNodesData::i

Definition at line 686 of file BLI_kdopbvh.c.

Referenced by non_recursive_bvh_div_nodes().

◆ leafs_array

BVHNode** BVHDivNodesData::leafs_array

Definition at line 678 of file BLI_kdopbvh.c.

◆ tree

const BVHTree* BVHDivNodesData::tree

Definition at line 676 of file BLI_kdopbvh.c.

Referenced by non_recursive_bvh_div_nodes().

◆ tree_offset

int BVHDivNodesData::tree_offset

Definition at line 681 of file BLI_kdopbvh.c.

◆ tree_type

int BVHDivNodesData::tree_type

Definition at line 680 of file BLI_kdopbvh.c.


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