ThreePipe
    Preparing search index...

    Interface GLTFPreparser

    interface GLTFPreparser {
        process(
            data: string | ArrayBuffer,
            path: string,
        ): Promise<string | ArrayBuffer>;
        [key: string]: any;
    }

    Hierarchy (View Summary)

    Indexable

    • [key: string]: any
    Index

    Methods

    Methods

    • Parameters

      • data: string | ArrayBuffer
      • path: string

      Returns Promise<string | ArrayBuffer>