Interface: MaterialMetallicTexture
Specialized texture mapping for physically based rendering of metals.
This interface provides advanced texture channel control for PBR metallic workflows, allowing different material properties to be packed into different color channels of the same texture for efficient rendering.
Business value:
- Enables accurate representation of complex metal surfaces
- Creates realistic metal appearance with proper reflections
- Optimizes performance with multi-channel texture packing
- Essential for premium visualization of brushed metals, chrome, and other metal finishes
Properties
index
index:
string
Unique identifier for this texture.
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)
useMEmB
useMEmB:
boolean
When true, uses specific channel mapping for Metallic, Emissive, and ?. (Metallic in red channel, Emissive in green channel)
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)