Back to IssuesView on GitHub
#38
Moderate
How would I go about limiting the max brightness when multiple lights overlap?
Summary
The core task is to implement a mechanism to cap the maximum brightness when multiple lights from the `pixijs-userland/lights` plugin overlap. This will involve modifying the shader code to clamp the summed light intensity, preventing overly bright areas and providing more controllable visual results.
Skills Required
GLSL (Graphics Library Shading Language)TypeScriptPixiJS internalsShader programming