C# Class OfflineCloudRenderer2.Octree

This class builds an octree from an AABB tree of distance field primitives and holds the methods to query boundary octree cells
Exibir arquivo Open project: Patapom/GodComplex

Public Properties

Property Type Description
m_Root Cell

Public Methods

Method Description
Build ( AABBTree _Tree, float _MinCellSize ) : void

Builds the octree from the AABB tree of distance field primitives

Octree ( ) : System

Method Details

Build() public method

Builds the octree from the AABB tree of distance field primitives
public Build ( AABBTree _Tree, float _MinCellSize ) : void
_Tree AABBTree
_MinCellSize float
return void

Octree() public method

public Octree ( ) : System
return System

Property Details

m_Root public_oe property

public Cell m_Root
return Cell