Manifold WASM Developer Guide
    Preparing search index...

    Interface GLTFMaterial

    interface GLTFMaterial {
        alpha?: number;
        attributes?: GLTFAttribute[];
        baseColorFactor?: [number, number, number];
        metallic?: number;
        name?: string;
        roughness?: number;
        sourceMaterial?: Material;
        sourceRunID?: number;
        unlit?: boolean;
    }
    Index

    Properties

    alpha?: number
    attributes?: GLTFAttribute[]
    baseColorFactor?: [number, number, number]
    metallic?: number
    name?: string
    roughness?: number
    sourceMaterial?: Material
    sourceRunID?: number
    unlit?: boolean