C# Class Axiom.Core.StaticGeometry.QueuedSubMesh

Structure recording a queued submesh for the build
Show file Open project: WolfgangSt/axiom

Public Properties

Property Type Description
geometryLodList List
materialName string
orientation Axiom.Math.Quaternion
position Vector3
scale Vector3
submesh SubMesh
worldBounds Axiom.Math.AxisAlignedBox

Property Details

geometryLodList public property

public List geometryLodList
return List

materialName public property

public string materialName
return string

orientation public property

public Quaternion,Axiom.Math orientation
return Axiom.Math.Quaternion

position public property

public Vector3 position
return Vector3

scale public property

public Vector3 scale
return Vector3

submesh public property

public SubMesh,Axiom.Core submesh
return SubMesh

worldBounds public property

public AxisAlignedBox,Axiom.Math worldBounds
return Axiom.Math.AxisAlignedBox