UNPKG

mdx-m3-viewer

Version:

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

4 lines (3 loc) 174 B
import MdlxGeoset from '../../../parsers/mdlx/geoset'; import MdxModel from './model'; export default function setupGeosets(model: MdxModel, geosets: MdlxGeoset[]): void;