Spaces:
Running
Running
| export default /* glsl */ ` | |
| #ifdef USE_ALPHATEST | |
| if ( diffuseColor.a < alphaTest ) discard; | |
| #endif | |
| `; | |
| export default /* glsl */ ` | |
| #ifdef USE_ALPHATEST | |
| if ( diffuseColor.a < alphaTest ) discard; | |
| #endif | |
| `; | |