Back to IssuesView on GitHub
#25
Moderate
[SUGGESTION] Mix Ambient Light into DirectionalLight & PointLight
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