Home

pixijs-userland/lights

Status:Indexed
Analyzed 3d ago200+ starsTypeScript

Adds dynamic lighting via deferred shading to PixiJS

Back to Issues
#38
Moderate

How would I go about limiting the max brightness when multiple lights overlap?

View on GitHub

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