UNPKG

mdx-m3-viewer

Version:

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

10 lines (9 loc) 239 B
import M3BoundingShape from '../../../parsers/m3/boundingshape'; /** * An M3 bounding shape. */ export default class BoundingShape { bone: number; matrix: Float32Array; constructor(boundingshape: M3BoundingShape); }