UNPKG

@google/model-viewer

Version:

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

13 lines (11 loc) 276 B
/** * @license MIT * @see https://github.com/mrdoob/three.js/blob/dev/LICENSE */ export const alphaChunk = /* glsl */ ` #ifdef ALPHATEST if ( diffuseColor.a < ALPHATEST ) discard; diffuseColor.a = 1.0; #endif `; //# sourceMappingURL=alphatest_fragment.glsl.js.map