Skip to main content

Interface: StaticMaterialMetallicTexture

Extends

Properties

index

index: string

Unique identifier for this texture.

Inherited from

GenericMaterialMetallicTexture.index


mode

mode: STATIC

Overrides

GenericMaterialMetallicTexture.mode


path

path: string

Path to the texture image file.


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.

Inherited from

GenericMaterialMetallicTexture.uvScaleOffsetParameters