UNPKG

mdx-m3-viewer

Version:

A browser WebGL model viewer. Mainly focused on models of the games Warcraft 3 and Starcraft 2.

12 lines (11 loc) 261 B
/** * war3map.wpm - the pathing file. */ export default class War3MapWpm { version: number; size: Int32Array; pathing: Uint8Array; load(buffer: ArrayBuffer | Uint8Array): void; save(): Uint8Array; getByteLength(): number; }