libgdx / box2dlights

Fork of box2dlights by Kalle Hamalainen
Apache License 2.0
254 stars 81 forks source link

Fixing issue with over burning for diffuse lights #22

Closed rinold closed 10 years ago

rinold commented 10 years ago

Fixes #20

/!\ Default behavior changed /!\ To use previous behavior, call the

RayHandler.useDiffuseLight(BlendFunc.OVERLAY);

before ray handler instance creation.