Blender  V2.59
Public Attributes
BVHNode Struct Reference

List of all members.

Public Attributes

struct BVHNode ** children
struct BVHNodeparent
struct BVHNodeskip [2]
float * bv
int index
char totnode
char main_axis

Detailed Description

Definition at line 54 of file BLI_kdopbvh.c.


Member Data Documentation

float* BVHNode::bv

Definition at line 62 of file BLI_kdopbvh.c.

Referenced by dfs_find_nearest_dfs(), dfs_raycast(), and non_recursive_bvh_div_nodes().

Definition at line 57 of file BLI_kdopbvh.c.

Referenced by non_recursive_bvh_div_nodes().

struct BVHNode* BVHNode::skip[2]

Definition at line 58 of file BLI_kdopbvh.c.

Referenced by build_skip_links().


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