UNPKG

mdx-m3-viewer

Version:

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

13 lines 297 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); /** * An M3 batch. */ class M3Batch { constructor(region, material) { this.region = region; this.material = material; } } exports.default = M3Batch; //# sourceMappingURL=batch.js.map