• Api Documentation
  • Source Code
Search Results for

    Show / Hide Table of Contents
    • JeremyAnsel.DirectX.SdkMesh
      • D3DDeclMethod
      • D3DDeclType
      • D3DDeclUsage
      • D3DVertexElement
      • SdkMeshAnimationFrame
      • SdkMeshAnimationKey
      • SdkMeshFile
      • SdkMeshFrame
      • SdkMeshFrameTransformType
      • SdkMeshIndexBuffer
      • SdkMeshIndexType
      • SdkMeshMaterial
      • SdkMeshMesh
      • SdkMeshPrimitiveType
      • SdkMeshRawAnimData
      • SdkMeshRawAnimFile
      • SdkMeshRawAnimFrameData
      • SdkMeshRawAnimHeader
      • SdkMeshRawFile
      • SdkMeshRawFrame
      • SdkMeshRawHeader
      • SdkMeshRawIndexBufferHeader
      • SdkMeshRawMaterial
      • SdkMeshRawMesh
      • SdkMeshRawSubset
      • SdkMeshRawVertexBufferHeader
      • SdkMeshSubset
      • SdkMeshVertexBuffer

    Class SdkMeshRawMesh

    Inheritance
    object
    SdkMeshRawMesh
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: JeremyAnsel.DirectX.SdkMesh
    Assembly: JeremyAnsel.DirectX.SdkMesh.dll
    Syntax
    public sealed class SdkMeshRawMesh

    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

    FrameInfluenceOffset

    Declaration
    public long FrameInfluenceOffset { get; }
    Property Value
    Type Description
    long
    | Edit this page View Source

    FrameInfluencesIndices

    Declaration
    public IList<int> FrameInfluencesIndices { get; }
    Property Value
    Type Description
    IList<int>
    | Edit this page View Source

    IndexBuffer

    Declaration
    public int IndexBuffer { get; }
    Property Value
    Type Description
    int
    | Edit this page View Source

    Name

    Declaration
    public string Name { get; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    NumFrameInfluences

    Declaration
    public int NumFrameInfluences { get; }
    Property Value
    Type Description
    int
    | Edit this page View Source

    NumSubsets

    Declaration
    public int NumSubsets { get; }
    Property Value
    Type Description
    int
    | Edit this page View Source

    NumVertexBuffers

    Declaration
    public byte NumVertexBuffers { get; }
    Property Value
    Type Description
    byte
    | Edit this page View Source

    SubsetOffset

    Declaration
    public long SubsetOffset { get; }
    Property Value
    Type Description
    long
    | Edit this page View Source

    SubsetsIndices

    Declaration
    public IList<int> SubsetsIndices { get; }
    Property Value
    Type Description
    IList<int>
    | Edit this page View Source

    VertexBuffers

    Declaration
    public IList<int> VertexBuffers { get; }
    Property Value
    Type Description
    IList<int>
    • Edit this page
    • View Source
    In this article
    Back to top Copyright (c) 2020-2022 Jérémy Ansel