C# Класс Axiom.Core.StaticGeometry.LODBucket

A LODBucket is a collection of smaller buckets with the same LOD.
LOD refers to Mesh LOD here. Material LOD can change separately at the next bucket down from this.
Наследование: DisposableObject
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
lod ushort
materialBucketMap MaterialBucket>.Dictionary
parent Axiom.Core.Region
queuedGeometryList List
squaredDistance float

Открытые методы

Метод Описание
AddRenderables ( RenderQueue queue, RenderQueueGroupID group, float camSquaredDistance ) : void
Assign ( Axiom.Core.QueuedSubMesh qsm, ushort atlod ) : void
Build ( bool stencilShadows, int logLevel ) : void
Dump ( ) : void
LODBucket ( Axiom.Core.Region parent, ushort lod, float lodDist ) : System

Защищенные методы

Метод Описание
dispose ( bool disposeManagedResources ) : void

Dispose the material buckets

Описание методов

AddRenderables() публичный метод

public AddRenderables ( RenderQueue queue, RenderQueueGroupID group, float camSquaredDistance ) : void
queue Axiom.Graphics.RenderQueue
group RenderQueueGroupID
camSquaredDistance float
Результат void

Assign() публичный метод

public Assign ( Axiom.Core.QueuedSubMesh qsm, ushort atlod ) : void
qsm Axiom.Core.QueuedSubMesh
atlod ushort
Результат void

Build() публичный метод

public Build ( bool stencilShadows, int logLevel ) : void
stencilShadows bool
logLevel int
Результат void

Dump() публичный метод

public Dump ( ) : void
Результат void

LODBucket() публичный метод

public LODBucket ( Axiom.Core.Region parent, ushort lod, float lodDist ) : System
parent Axiom.Core.Region
lod ushort
lodDist float
Результат System

dispose() защищенный метод

Dispose the material buckets
protected dispose ( bool disposeManagedResources ) : void
disposeManagedResources bool
Результат void

Описание свойств

lod защищенное свойство

protected ushort lod
Результат ushort

materialBucketMap защищенное свойство

protected Dictionary materialBucketMap
Результат MaterialBucket>.Dictionary

parent защищенное свойство

protected Region,Axiom.Core parent
Результат Axiom.Core.Region

queuedGeometryList защищенное свойство

protected List queuedGeometryList
Результат List

squaredDistance защищенное свойство

protected float squaredDistance
Результат float