C# 클래스 OfflineCloudRenderer2.Octree

This class builds an octree from an AABB tree of distance field primitives and holds the methods to query boundary octree cells
파일 보기 프로젝트 열기: Patapom/GodComplex

공개 프로퍼티들

프로퍼티 타입 설명
m_Root Cell

공개 메소드들

메소드 설명
Build ( AABBTree _Tree, float _MinCellSize ) : void

Builds the octree from the AABB tree of distance field primitives

Octree ( ) : System

메소드 상세

Build() 공개 메소드

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

Octree() 공개 메소드

public Octree ( ) : System
리턴 System

프로퍼티 상세

m_Root 공개적으로 프로퍼티

public Cell m_Root
리턴 Cell