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

Public Attributes

PBVHNodedata
 
struct node_treeleft
 
struct node_treeright
 

Detailed Description

Definition at line 891 of file pbvh.c.

Member Data Documentation

◆ data

PBVHNode* node_tree::data

Definition at line 892 of file pbvh.c.

Referenced by BKE_pbvh_search_callback_occluded(), and node_tree_insert().

◆ left

struct node_tree* node_tree::left

Definition at line 894 of file pbvh.c.

Referenced by BKE_pbvh_search_callback_occluded().

◆ right

struct node_tree* node_tree::right

Definition at line 895 of file pbvh.c.

Referenced by BKE_pbvh_search_callback_occluded().


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