C# Class 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.
Datei anzeigen Open project: WolfgangSt/axiom

Protected Properties

Property Type Description
mLod ushort
mMaterialBucketMap MaterialBucket>.Dictionary
mParent BatchInstance
mQueuedGeometryList List
mSquaredDistance float

Public Methods

Method Description
AddRenderables ( RenderQueue queue, RenderQueueGroupID group, float camSquaredDistance ) : void

Add children to the render queue

Method Details

AddRenderables() public method

Add children to the render queue
public AddRenderables ( RenderQueue queue, RenderQueueGroupID group, float camSquaredDistance ) : void
queue Axiom.Graphics.RenderQueue
group RenderQueueGroupID
camSquaredDistance float
return void

Property Details

mLod protected_oe property

protected ushort mLod
return ushort

mMaterialBucketMap protected_oe property

protected Dictionary mMaterialBucketMap
return MaterialBucket>.Dictionary

mParent protected_oe property

protected BatchInstance mParent
return BatchInstance

mQueuedGeometryList protected_oe property

protected List mQueuedGeometryList
return List

mSquaredDistance protected_oe property

protected float mSquaredDistance
return float