rhodonite
    Preparing search index...

    Interface RnM2PbrMetallicRoughness

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

    Hierarchy (View Summary)

    Index

    Properties

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