Hilo3d API - v2.0.0
    Preparing search index...

    Interface GLTFPBRMetallicRoughness

    interface GLTFPBRMetallicRoughness {
        baseColorFactor?: readonly number[];
        baseColorTexture?: GLTFTextureInfo;
        metallicFactor?: number;
        metallicRoughnessTexture?: GLTFTextureInfo;
        roughnessFactor?: number;
    }
    Index
    baseColorFactor?: readonly number[]
    baseColorTexture?: GLTFTextureInfo
    metallicFactor?: number
    metallicRoughnessTexture?: GLTFTextureInfo
    roughnessFactor?: number