C# Класс Axiom.Core.InstancedGeometry.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.
Показать файл Открыть проект

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

Свойство Тип Описание
mLod ushort
mMaterialBucketMap MaterialBucket>.Dictionary
mParent BatchInstance
mQueuedGeometryList List
mSquaredDistance float

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

Метод Описание
AddRenderables ( RenderQueue queue, RenderQueueGroupID group, float camSquaredDistance ) : void

Add children to the render queue

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

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

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

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

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

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

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

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

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

protected BatchInstance mParent
Результат BatchInstance

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

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

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

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