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) 225 B
/** * A block. */ export default class Block { offset: number; compressedSize: number; normalSize: number; flags: number; load(bytes: Uint32Array): void; save(bytes: Uint32Array): void; }