Struct PhongPBRMaterialStruct
- Namespace
- HelixToolkit.SharpDX
- Assembly
- HelixToolkit.SharpDX.dll
Used combine with ModelStruct
public struct PhongPBRMaterialStruct
- Inherited Members
- Extension Methods
Fields
AmbientOcclusionStr
public const string AmbientOcclusionStr = "ConstantAO"
Field Value
AmbientStr
public const string AmbientStr = "vMaterialAmbient"
Field Value
ClearCoatRoughnessStr
public const string ClearCoatRoughnessStr = "ClearCoatRoughness"
Field Value
ClearCoatStr
public const string ClearCoatStr = "ClearCoat"
Field Value
ConstantMetallic
public const string ConstantMetallic = "ConstantMetallic"
Field Value
DiffuseStr
public const string DiffuseStr = "vMaterialDiffuse"
Field Value
DisplacementMapScaleMaskStr
public const string DisplacementMapScaleMaskStr = "displacementMapScaleMask"
Field Value
EmissiveStr
public const string EmissiveStr = "vMaterialEmissive"
Field Value
EnableAutoTangent
public const string EnableAutoTangent = "bAutoTengent"
Field Value
HasAOMapStr
public const string HasAOMapStr = "bHasAOMap"
Field Value
HasCubeMapStr
public const string HasCubeMapStr = "bHasCubeMap"
Field Value
HasDiffuseAlphaMapStr
public const string HasDiffuseAlphaMapStr = "bHasAlphaMap"
Field Value
HasDiffuseMapStr
public const string HasDiffuseMapStr = "bHasDiffuseMap"
Field Value
HasDisplacementMapStr
public const string HasDisplacementMapStr = "bHasDisplacementMap"
Field Value
HasEmissiveMapStr
public const string HasEmissiveMapStr = "bHasEmissiveMap"
Field Value
HasIrradianceMapStr
public const string HasIrradianceMapStr = "bHasIrradianceMap"
Field Value
HasNormalMapStr
public const string HasNormalMapStr = "bHasNormalMap"
Field Value
HasRMMapStr
public const string HasRMMapStr = "bHasRMMap"
Field Value
HasSpecularColorMap
public const string HasSpecularColorMap = "bHasSpecularMap"
Field Value
MaxDistTessFactorStr
public const string MaxDistTessFactorStr = "maxTessFactor"
Field Value
MaxTessDistanceStr
public const string MaxTessDistanceStr = "maxTessDistance"
Field Value
MinDistTessFactorStr
public const string MinDistTessFactorStr = "minTessFactor"
Field Value
MinTessDistanceStr
public const string MinTessDistanceStr = "minTessDistance"
Field Value
ReflectStr
public const string ReflectStr = "vMaterialReflect"
Field Value
ReflectanceStr
public const string ReflectanceStr = "ConstantReflectance"
Field Value
RenderFlat
public const string RenderFlat = "bRenderFlat"
Field Value
RenderPBR
public const string RenderPBR = "bRenderPBR"
Field Value
RenderShadowMapStr
public const string RenderShadowMapStr = "bRenderShadowMap"
Field Value
RoughnessStr
public const string RoughnessStr = "ConstantRoughness"
Field Value
ShininessStr
public const string ShininessStr = "sMaterialShininess"
Field Value
SizeInBytes
public const int SizeInBytes = 352
Field Value
SpecularStr
public const string SpecularStr = "vMaterialSpecular"
Field Value
UVTransformR1Str
public const string UVTransformR1Str = "uvTransformR1"
Field Value
UVTransformR2Str
public const string UVTransformR2Str = "uvTransformR2"
Field Value
VertColorBlending
public const string VertColorBlending = "vertColorBlending"