UNPKG

playcanvas

Version:

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

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