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
Afficher le fichier Open project: Patapom/GodComplex

Méthodes publiques

Свойство Type Description
m_Root Cell

Méthodes publiques

Méthode Description
Build ( AABBTree _Tree, float _MinCellSize ) : void

Builds the octree from the AABB tree of distance field primitives

Octree ( ) : System

Method Details

Build() public méthode

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

Octree() public méthode

public Octree ( ) : System
Résultat System

Property Details

m_Root public_oe property

public Cell m_Root
Résultat Cell