C# Class Axiom.Core.InstancedGeometry.MaterialBucket

Datei anzeigen Open project: WolfgangSt/axiom

Protected Properties

Property Type Description
mCurrentGeometryMap GeometryBucket>.Dictionary
mGeometryBucketList List
mLastIndex int
mMaterial Axiom.Graphics.Material
mMaterialName String
mParent Axiom.Core.LODBucket
mTechnique Axiom.Graphics.Technique

Public Methods

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

Add children to the render queue

Protected Methods

Method Description
GetGeometryFormatString ( Axiom.Core.SubMeshLodGeometryLink geom ) : String

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

GetGeometryFormatString() protected method

protected GetGeometryFormatString ( Axiom.Core.SubMeshLodGeometryLink geom ) : String
geom Axiom.Core.SubMeshLodGeometryLink
return String

Property Details

mCurrentGeometryMap protected_oe property

protected Dictionary mCurrentGeometryMap
return GeometryBucket>.Dictionary

mGeometryBucketList protected_oe property

protected List mGeometryBucketList
return List

mLastIndex protected_oe property

protected int mLastIndex
return int

mMaterial protected_oe property

protected Material,Axiom.Graphics mMaterial
return Axiom.Graphics.Material

mMaterialName protected_oe property

protected String mMaterialName
return String

mParent protected_oe property

protected LODBucket,Axiom.Core mParent
return Axiom.Core.LODBucket

mTechnique protected_oe property

protected Technique,Axiom.Graphics mTechnique
return Axiom.Graphics.Technique