mdx-m3-viewer
Version:
A browser WebGL model viewer. Mainly focused on models of the games Warcraft 3 and Starcraft 2.
24 lines (22 loc) • 365 B
JavaScript
import blp from './blp';
import bmp from './bmp';
import dds from './dds';
import geo from './geo';
import m3 from './m3';
import mdx from './mdx';
import imagetexture from './imagetexture';
import obj from './obj';
import tga from './tga';
import w3x from './w3x';
export default {
blp,
bmp,
dds,
geo,
m3,
mdx,
imagetexture,
obj,
tga,
w3x,
};