UNPKG

mdx-m3-viewer

Version:

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

14 lines 336 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); /** * An MDX material. */ class Material { constructor(model, shader, layers) { this.model = model; this.shader = shader; this.layers = layers; } } exports.default = Material; //# sourceMappingURL=material.js.map