mdx-m3-viewer
Version:
A browser WebGL model viewer. Mainly focused on models of the games Warcraft 3 and Starcraft 2.
22 lines (20 loc) • 330 B
text/typescript
import ini from './ini';
import slk from './slk';
import m3 from './m3';
import mdlx from './mdlx';
import mpq from './mpq';
import w3x from './w3x';
import blp from './blp';
import dds from './dds';
import tga from './tga';
export default {
ini,
slk,
m3,
mdlx,
mpq,
w3x,
blp,
dds,
tga,
};