UNPKG

playcanvas

Version:

Open-source WebGL/WebGPU 3D engine for the web

12 lines (11 loc) 184 B
var twoSidedLighting_default = ( /* glsl */ ` void handleTwoSidedLighting() { if (!gl_FrontFacing) dTBN[2] = -dTBN[2]; } ` ); export { twoSidedLighting_default as default };