Home

pixijs-userland/lights

Status:Indexed
Analyzed 3d ago200+ starsTypeScript

Adds dynamic lighting via deferred shading to PixiJS

Back to Issues
#25
Moderate

[SUGGESTION] Mix Ambient Light into DirectionalLight & PointLight

View on GitHub

Summary

This issue proposes combining ambient light contributions into the existing directional and point light calculations. The goal is to simplify how ambient light is applied, potentially by modifying the shaders or rendering logic for these light types to include ambient properties.

Skills Required

TypeScriptGLSL (Shader Language)PixiJS Plugin Development