starry / backend /libs /three /renderers /shaders /ShaderChunk /alphamap_fragment.glsl.js
k-l-lambda's picture
feat: add Python ML services (CPU mode) with model download
2b7aae2
export default /* glsl */ `
#ifdef USE_ALPHAMAP
diffuseColor.a *= texture2D( alphaMap, vUv ).g;
#endif
`;