@newkrok/three-utils - v2.0.1
    Preparing search index...

    Type Alias GLTFModelEntry

    type GLTFModelEntry = {
        gltfModel: GLTF;
        id: string;
        material?: MaterialConfig | MaterialConfig[];
    }
    Index

    Properties

    gltfModel: GLTF
    id: string