mdx-m3-viewer
Version:
A browser WebGL model viewer. Mainly focused on models of the games Warcraft 3 and Starcraft 2.
18 lines (16 loc) • 433 B
text/typescript
import UnitTester from './unittester';
import mdxSanityTest from './mdxsanitytest/mdxsanitytest';
import blpSanityTest from './blpsanitytest';
import convertWeu from './weu/weu';
import mdlSourceMap from './mdlsourcemap';
import { MappedData } from './mappeddata';
import jass2 from './jass2';
export default {
UnitTester,
mdxSanityTest,
blpSanityTest,
convertWeu,
mdlSourceMap,
MappedData,
jass2,
};