UNPKG

three

Version:

JavaScript 3D library

10 lines (6 loc) 138 B
export default /* glsl */` vec3 objectNormal = vec3( normal ); #ifdef USE_TANGENT vec3 objectTangent = vec3( tangent.xyz ); #endif `;