Blender V2.61 - r43446
Public Attributes

PBVHNode Struct Reference

List of all members.

Public Attributes

GPU_Buffersdraw_buffers
BB vb
BB orig_vb
int children_offset
int * prim_indices
unsigned int totprim
int * vert_indices
unsigned int uniq_verts
unsigned int face_verts
int(* face_vert_indices )[4]
PBVHNodeFlags flag: 8
float tmin
int proxy_count
PBVHProxyNodeproxies

Detailed Description

Definition at line 81 of file pbvh.c.


Member Data Documentation

Definition at line 132 of file pbvh.c.

Referenced by BLI_pbvh_free(), BLI_pbvh_node_raycast(), and build_mesh_leaf_node().

unsigned int PBVHNode::face_verts

Definition at line 121 of file pbvh.c.

Referenced by BLI_pbvh_node_num_verts(), build_mesh_leaf_node(), and pbvh_update_draw_buffers().

Definition at line 139 of file pbvh.c.

Referenced by BLI_pbvh_node_get_tmin(), node_tree_insert(), and ray_aabb_intersect().

unsigned int PBVHNode::totprim
unsigned int PBVHNode::uniq_verts

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