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
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
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