UNPKG

playcanvas

Version:

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

8 lines (6 loc) 138 B
var lightDirPointPS = ` vec3 evalOmniLight(vec3 lightPosW) { return vPositionW - lightPosW; } `; export { lightDirPointPS as default };