UNPKG

mdx-m3-viewer

Version:

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

12 lines 304 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); // Used by all fragment shaders. const shader = ` #ifdef GL_FRAGMENT_PRECISION_HIGH precision highp float; #else precision mediump float; #endif `; exports.default = shader; //# sourceMappingURL=precision.glsl.js.map