C# Class Axiom.Core.InstancedGeometry.MaterialBucket

Show file 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 property

protected Dictionary mCurrentGeometryMap
return GeometryBucket>.Dictionary

mGeometryBucketList protected property

protected List mGeometryBucketList
return List

mLastIndex protected property

protected int mLastIndex
return int

mMaterial protected property

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

mMaterialName protected property

protected String mMaterialName
return String

mParent protected property

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

mTechnique protected property

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