UNPKG

@tolokoban/tgd

Version:

ToloGameDev library for WebGL2

9 lines 269 B
import { TgdFormatGltf } from "../../types/gltf"; /** * @see https://www.khronos.org/files/gltf20-reference-guide.pdf */ export declare function parseGLB(data: ArrayBuffer): { gltf: TgdFormatGltf; chunks: ArrayBuffer[]; }; //# sourceMappingURL=parser.d.ts.map