UNPKG

mdx-m3-viewer

Version:

A browser WebGL model viewer. Mainly focused on models of the games Warcraft 3 and Starcraft 2.

12 lines (10 loc) 209 B
import ModelViewer from './viewer'; import Scene from './scene'; import Camera from './camera'; import handlers from './handlers'; export default { ModelViewer, Scene, Camera, handlers, };