UNPKG

playcanvas

Version:

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

8 lines (6 loc) 135 B
var aoDiffuseOccPS = /* glsl */ ` void occludeDiffuse(float ao) { dDiffuseLight *= ao; } `; export { aoDiffuseOccPS as default };