C# Class Axiom.Core.InstancedGeometry.BatchInstance

Inheritance: Axiom.Core.MovableObject
Datei anzeigen Open project: WolfgangSt/axiom

Public Properties

Property Type Description
mAABB Axiom.Math.AxisAlignedBox
mBoundingRadius float
mCamDistanceSquared float
mCurrentLod ushort
mLodSquaredDistances List

Protected Properties

Property Type Description
mBatchInstanceID uint
mInstancesMap InstancedObject>.Dictionary
mLodBucketList List
mNode SceneNode
mParent InstancedGeometry
mQueuedSubMeshes List
mSceneMgr SceneManager

Public Methods

Method Description
NotifyCurrentCamera ( Camera cam ) : void
UpdateRenderQueue ( RenderQueue queue ) : void

Method Details

NotifyCurrentCamera() public method

public NotifyCurrentCamera ( Camera cam ) : void
cam Camera
return void

UpdateRenderQueue() public method

public UpdateRenderQueue ( RenderQueue queue ) : void
queue Axiom.Graphics.RenderQueue
return void

Property Details

mAABB public_oe property

public AxisAlignedBox,Axiom.Math mAABB
return Axiom.Math.AxisAlignedBox

mBatchInstanceID protected_oe property

protected uint mBatchInstanceID
return uint

mBoundingRadius public_oe property

public float mBoundingRadius
return float

mCamDistanceSquared public_oe property

public float mCamDistanceSquared
return float

mCurrentLod public_oe property

public ushort mCurrentLod
return ushort

mInstancesMap protected_oe property

protected Dictionary mInstancesMap
return InstancedObject>.Dictionary

mLodBucketList protected_oe property

protected List mLodBucketList
return List

mLodSquaredDistances public_oe property

public List mLodSquaredDistances
return List

mNode protected_oe property

protected SceneNode,Axiom.Core mNode
return SceneNode

mParent protected_oe property

protected InstancedGeometry,Axiom.Core mParent
return InstancedGeometry

mQueuedSubMeshes protected_oe property

protected List mQueuedSubMeshes
return List

mSceneMgr protected_oe property

protected SceneManager,Axiom.Core mSceneMgr
return SceneManager