UNPKG

three

Version:

JavaScript 3D library

8 lines (5 loc) 104 B
export default /* glsl */` #ifdef USE_ALPHATEST if ( diffuseColor.a < alphaTest ) discard; #endif `;