rhodonite
    Preparing search index...

    Type Alias Gltf2PbrMetallicRoughness

    type Gltf2PbrMetallicRoughness = {
        baseColorFactor?: Array4<number>;
        baseColorTexture?: Gltf2TextureInfo;
        extensions?: Gltf2AnyObject;
        extras?: Gltf2AnyObject;
        metallicFactor?: number;
        metallicRoughnessTexture?: Gltf2TextureInfo;
        roughnessFactor?: number;
    }

    Hierarchy (View Summary)

    Index

    Properties

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