UNPKG

mdx-m3-viewer

Version:

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

13 lines 327 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); /** * An M3 attachment. */ class M3Attachment { constructor(attachment) { this.name = attachment.name.get(); this.bone = attachment.bone; } } exports.default = M3Attachment; //# sourceMappingURL=attachment.js.map