UNPKG

@google/model-viewer

Version:

Easily display interactive 3D models on the web and in AR!

6 lines (5 loc) 229 B
/** * @license MIT * @see https://github.com/mrdoob/three.js/blob/dev/LICENSE */ export declare const alphaChunk = "\n#ifdef ALPHATEST\n\n if ( diffuseColor.a < ALPHATEST ) discard;\n diffuseColor.a = 1.0;\n\n#endif\n";