UNPKG

playcanvas

Version:

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

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