Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 797 Bytes

pbrMetallicRoughness.cmn.md

File metadata and controls

17 lines (12 loc) · 797 Bytes

PBR Metalic Roughness Material Model

Feature-compatible with glTF material. With the exception of emissive texture.

Related:

cmn::materialDefinitions

Properties

Property Type Description
baseColorFactor number[4] The material's base color factor. default=[1,1,1,1].
baseColorTexture materialTexture The base color texture.
metallicFactor number The metalness of the material. default=1.0.
roughnessFactor number The roughness of the material. default=1.0.
metallicRoughnessTexture materialTexture The metallic-roughness texture.