Class XMesh
Assembly: JeremyAnsel.Media.DirectXFile.dll
public sealed class XMesh
Properties
|
Edit this page
View Source
Declaration
public int BonesCount { get; set; }
Property Value
|
Edit this page
View Source
Declaration
public uint FVF { get; set; }
Property Value
|
Edit this page
View Source
Declaration
public List<uint> FVFData { get; }
Property Value
|
Edit this page
View Source
Declaration
public List<List<int>> FacesIndices { get; }
Property Value
|
Edit this page
View Source
Declaration
public List<List<int>> FacesNormalsIndices { get; }
Property Value
|
Edit this page
View Source
Declaration
public List<XMaterial> Materials { get; }
Property Value
|
Edit this page
View Source
Declaration
public List<int> MaterialsFacesIndices { get; }
Property Value
|
Edit this page
View Source
Declaration
public int MaxSkinWeightsPerFace { get; set; }
Property Value
|
Edit this page
View Source
Declaration
public int MaxSkinWeightsPerVertex { get; set; }
Property Value
|
Edit this page
View Source
Declaration
public string Name { get; set; }
Property Value
|
Edit this page
View Source
Declaration
public List<XVector> Normals { get; }
Property Value
|
Edit this page
View Source
Declaration
public int OriginalVerticesCount { get; set; }
Property Value
|
Edit this page
View Source
Declaration
public List<XSkinWeights> SkinWeights { get; }
Property Value
|
Edit this page
View Source
TextureCoords
Declaration
public List<XCoords2d> TextureCoords { get; }
Property Value
|
Edit this page
View Source
Declaration
public List<Tuple<int, XColorRgba>> VertexColors { get; }
Property Value
|
Edit this page
View Source
Declaration
public int[]? VertexDuplicationIndices { get; set; }
Property Value
|
Edit this page
View Source
Declaration
public List<XVertexElement> VertexElements { get; }
Property Value
|
Edit this page
View Source
Declaration
public uint[]? VertexElementsData { get; set; }
Property Value
|
Edit this page
View Source
Declaration
public List<XVector> Vertices { get; }
Property Value
Methods
|
Edit this page
View Source
Returns a string that represents the current object.
Declaration
public override string ToString()
Returns
Type |
Description |
string |
A string that represents the current object.
|
Overrides