UNPKG

playcanvas

Version:

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

9 lines (8 loc) 161 B
var twoSidedLighting_default = ` void handleTwoSidedLighting() { if (!gl_FrontFacing) dTBN[2] = -dTBN[2]; } `; export { twoSidedLighting_default as default };