UNPKG

playcanvas

Version:

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

10 lines (8 loc) 207 B
var reflectionCCPS = ` #ifdef LIT_CLEARCOAT fn addReflectionCC(reflDir: vec3f, gloss: f32) { ccReflection = ccReflection + calcReflection(reflDir, gloss); } #endif `; export { reflectionCCPS as default };