Blender
V3.3
|
Public Attributes | |
PBVHNode * | data |
struct node_tree * | left |
struct node_tree * | right |
PBVHNode* node_tree::data |
Definition at line 892 of file pbvh.c.
Referenced by BKE_pbvh_search_callback_occluded(), and node_tree_insert().
struct node_tree* node_tree::left |
Definition at line 894 of file pbvh.c.
Referenced by BKE_pbvh_search_callback_occluded().
struct node_tree* node_tree::right |
Definition at line 895 of file pbvh.c.
Referenced by BKE_pbvh_search_callback_occluded().