Blender V2.61 - r43446
Public Attributes

OccNode Struct Reference

List of all members.

Public Attributes

float co [3]
float area
float sh [9]
float dco
float occlusion
float rad [3]
int childflag
union {
   int   face
   struct OccNode *   node
child [TOTCHILD]

Detailed Description

Definition at line 86 of file occlusion.c.


Member Data Documentation

union { ... } OccNode::child[TOTCHILD]
float OccNode::co[3]

Definition at line 87 of file occlusion.c.

Referenced by occ_build_dco(), occ_build_recursive(), occ_lookup(), and occ_node_from_face().

float OccNode::dco

Definition at line 88 of file occlusion.c.

Referenced by occ_build_recursive(), occ_lookup(), and occ_node_from_face().

Definition at line 93 of file occlusion.c.

Referenced by occ_build_dco(), occ_build_recursive(), occ_lookup(), and occ_sum_occlusion().

Definition at line 89 of file occlusion.c.

Referenced by occ_build_recursive(), occ_lookup(), and occ_sum_occlusion().

float OccNode::rad[3]

Definition at line 89 of file occlusion.c.

Referenced by occ_lookup(), and occ_sum_occlusion().

float OccNode::sh[9]

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