The MetallicRoughnessPbrMaterial
class encapsulates physically based materials.
Property | Description |
---|---|
baseColor
|
Specifies the baseColor texture of the material. |
baseColorFactor
|
(get) (Not Available) (set) baseColorFactor: ColorSignal Specifies
a ColorSignal for a base color factor. A ColorSignal may
be created using the RGBA() and HSVA() methods of
the Reactive module. See Also: ReactiveModule.RGBA and ReactiveModule.HSVA . |
baseColorTextureTransform
|
Specifies the coordinates transform of the baseColorFactor texture of this material. |
blendMode
|
Specifies the material blend mode. |
emissive
|
Specifies the emissive texture of the material. |
emissiveTextureTransform
|
Specifies the coordinates transform of the emissive texture of this material. |
metallicFactor
|
(get) metallicFactor: ScalarSignal (set) metallicFactor: ScalarSignal Specifies
the metallic factor. |
metallicRoughness
|
Specifies the metallicRoughness texture of the material. |
metallicRoughnessTextureTransform
|
Specifies the coordinates transform of the metallicRoughness texture of this material. |
roughnessFactor
|
(get) roughnessFactor: ScalarSignal (set) roughnessFactor: ScalarSignal Specifies
the roughness factor. |
This module exposes no methods.