vrecko
virtual reality framework
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
vrecko::OctTree::OctTreeNode Struct Reference

#include <OctTree.h>

Public Attributes

OctTreeNodeparent_node
 
OctTreeNodechild_nodes [8]
 
double subspace_size
 
osg::Vec3 position
 
long int object_count
 
EnvironmentObject ** objects_in_cell
 
bool isCell
 

Member Data Documentation

OctTreeNode* vrecko::OctTree::OctTreeNode::child_nodes[8]
bool vrecko::OctTree::OctTreeNode::isCell
long int vrecko::OctTree::OctTreeNode::object_count
EnvironmentObject** vrecko::OctTree::OctTreeNode::objects_in_cell
OctTreeNode* vrecko::OctTree::OctTreeNode::parent_node
osg::Vec3 vrecko::OctTree::OctTreeNode::position
double vrecko::OctTree::OctTreeNode::subspace_size

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