Class SdkMeshMesh
Assembly: JeremyAnsel.DirectX.SdkMesh.dll
Syntax
public sealed class SdkMeshMesh
Properties
|
Edit this page
View Source
BoundingBoxCenter
Declaration
public XMFloat3 BoundingBoxCenter { get; }
Property Value
Type |
Description |
XMFloat3 |
|
|
Edit this page
View Source
BoundingBoxExtents
Declaration
public XMFloat3 BoundingBoxExtents { get; }
Property Value
Type |
Description |
XMFloat3 |
|
|
Edit this page
View Source
FrameInfluencesIndices
Declaration
public IList<int> FrameInfluencesIndices { get; }
Property Value
|
Edit this page
View Source
IndexBuffer
Declaration
public SdkMeshIndexBuffer IndexBuffer { get; }
Property Value
|
Edit this page
View Source
Name
Declaration
public string Name { get; }
Property Value
|
Edit this page
View Source
Subsets
Declaration
public IList<SdkMeshSubset> Subsets { get; }
Property Value
|
Edit this page
View Source
VertexBuffers
Declaration
public SdkMeshVertexBuffer[] VertexBuffers { get; }
Property Value
Methods
|
Edit this page
View Source
Release()
Declaration