starry / backend /libs /three /renderers /shaders /ShaderChunk /beginnormal_vertex.glsl.js
k-l-lambda's picture
feat: add Python ML services (CPU mode) with model download
2b7aae2
export default /* glsl */ `
vec3 objectNormal = vec3( normal );
#ifdef USE_TANGENT
vec3 objectTangent = vec3( tangent.xyz );
#endif
`;