Blender  V2.59
Public Attributes
PBVHNode Struct Reference

List of all members.

Public Attributes

void * draw_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 83 of file pbvh.c.


Member Data Documentation

Definition at line 134 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 123 of file pbvh.c.

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

Definition at line 141 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: