UNPKG

three

Version:

JavaScript 3D library

8 lines (5 loc) 129 B
export default /* glsl */` #ifdef USE_ALPHAHASH if ( diffuseColor.a < getAlphaHashThreshold( vPosition ) ) discard; #endif `;