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

    Type Alias FBXModelEntry

    type FBXModelEntry = {
        fbxModel: THREE.Group;
        id: string;
        material?: MaterialConfig | MaterialConfig[];
    }
    Index

    Properties

    Properties

    fbxModel: THREE.Group
    id: string