Interface: DynamicMaterialMetallicTexture
Extends
Properties
directoryPath
directoryPath:
string
index
index:
string
Unique identifier for this texture.
Inherited from
GenericMaterialMetallicTexture
.index
mode
mode:
DYNAMIC
Overrides
GenericMaterialMetallicTexture
.mode
pattern
pattern:
string
showAdditionalFields
showAdditionalFields:
boolean
useAOmR
useAOmR:
boolean
When true, uses specific channel mapping for Ambient Occlusion, Roughness, and Metallic. (AO in red channel, Roughness in green channel, Metallic in blue channel)
Inherited from
GenericMaterialMetallicTexture
.useAOmR
useMEmB
useMEmB:
boolean
When true, uses specific channel mapping for Metallic, Emissive, and ?. (Metallic in red channel, Emissive in green channel)
Inherited from
GenericMaterialMetallicTexture
.useMEmB
useROmG
useROmG:
boolean
When true, uses specific channel mapping for Roughness, Occlusion, and Metallic. (Roughness in red channel, Occlusion in green channel, Metallic in blue channel)
Inherited from
GenericMaterialMetallicTexture
.useROmG
uvScaleOffsetParameters
uvScaleOffsetParameters:
Partial
<MaterialUvScaleOffset
>
Controls scaling, offset, and positioning of the texture on the surface.