mdx-m3-viewer
Version:
A browser WebGL model viewer. Mainly focused on models of the games Warcraft 3 and Starcraft 2.
20 lines (18 loc) • 440 B
JavaScript
import * as glMatrix from 'gl-matrix';
import * as glMatrixAddon from './gl-matrix-addon';
import * as math from './math';
import * as canvas from './canvas';
import * as geometry from './geometry';
import * as download from './download';
import BinaryStream from './binarystream';
import BitStream from './bitstream';
export default {
glMatrix,
glMatrixAddon,
math,
canvas,
geometry,
download,
BinaryStream,
BitStream,
};