libgdx / box2dlights

Fork of box2dlights by Kalle Hamalainen
Apache License 2.0
257 stars 82 forks source link

Limit saturation? #111

Open egordorichev opened 6 years ago

egordorichev commented 6 years ago

Hello! I'm really enjoying your lib so far, and the only problem with it for me, that when a few lights overlap (or a light has a large radius), game objects become almost invisible. Is there any way to prevent that from happening? (yes, I use not full alpha for the light colors, and I'm using PointLight).

Thanks!