Class SdkMeshMaterial
Inheritance
SdkMeshMaterial
Assembly: JeremyAnsel.DirectX.SdkMesh.dll
Syntax
public sealed class SdkMeshMaterial
Properties
|
Edit this page
View Source
DiffuseTextureName
Declaration
public string DiffuseTextureName { get; }
Property Value
|
Edit this page
View Source
DiffuseTextureView
Declaration
public D3D11ShaderResourceView DiffuseTextureView { get; }
Property Value
Type |
Description |
D3D11ShaderResourceView |
|
|
Edit this page
View Source
Name
Declaration
public string Name { get; }
Property Value
|
Edit this page
View Source
NormalTextureName
Declaration
public string NormalTextureName { get; }
Property Value
|
Edit this page
View Source
NormalTextureView
Declaration
public D3D11ShaderResourceView NormalTextureView { get; }
Property Value
Type |
Description |
D3D11ShaderResourceView |
|
|
Edit this page
View Source
SpecularTextureName
Declaration
public string SpecularTextureName { get; }
Property Value
|
Edit this page
View Source
SpecularTextureView
Declaration
public D3D11ShaderResourceView SpecularTextureView { get; }
Property Value
Type |
Description |
D3D11ShaderResourceView |
|
Methods
|
Edit this page
View Source
Release()
Declaration