UNPKG

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) 394 B
import UnitTester from './unittester'; import mdxSanityTest from './mdxsanitytest'; import blpSanityTest from './blpsanitytest'; import convertWeu from './weu'; import mdlSourceMap from './mdlsourcemap'; import MappedData from './mappeddata'; import jass2 from './jass2'; export default { UnitTester, mdxSanityTest, blpSanityTest, convertWeu, mdlSourceMap, MappedData, jass2, };