Interface RnM2PbrMetallicRoughness

interface RnM2PbrMetallicRoughness {
    baseColorFactor?: Array4<number>;
    baseColorTexture?: RnM2TextureInfo;
    extensions?: Gltf2AnyObject;
    extras?: Gltf2AnyObject;
    metallicFactor?: number;
    metallicRoughnessTexture?: RnM2TextureInfo;
    roughnessFactor?: number;
}

Hierarchy (view full)

Properties

baseColorFactor?: Array4<number>
baseColorTexture?: RnM2TextureInfo
extensions?: Gltf2AnyObject
metallicFactor?: number
metallicRoughnessTexture?: RnM2TextureInfo
roughnessFactor?: number