• 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 SdkMeshRawMaterial

    Inheritance
    object
    SdkMeshRawMaterial
    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 SdkMeshRawMaterial

    Properties

    | Edit this page View Source

    Ambient

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

    Diffuse

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

    DiffuseTexture

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

    DiffuseTextureOffset

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

    DiffuseTextureViewOffset

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

    Emissive

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

    MaterialInstancePath

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

    Name

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

    NormalTexture

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

    NormalTextureOffset

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

    NormalTextureViewOffset

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

    Power

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

    Specular

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

    SpecularTexture

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

    SpecularTextureOffset

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

    SpecularTextureViewOffset

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