You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The lighting system has been one of the toughest systems to implement as it has to be very efficient and very dynamic. As of right now placing a single light source and then removing the light source sets and removes the light values correctly. The problems arise when clumping light sources around eachother. The light values are added correctly, but when removing the light sources it doesn't remove all of the light that it should. The algorithm is a recursive algorithm and may take time to trace through and actually understand.
The text was updated successfully, but these errors were encountered:
The lighting system has been one of the toughest systems to implement as it has to be very efficient and very dynamic. As of right now placing a single light source and then removing the light source sets and removes the light values correctly. The problems arise when clumping light sources around eachother. The light values are added correctly, but when removing the light sources it doesn't remove all of the light that it should. The algorithm is a recursive algorithm and may take time to trace through and actually understand.
The text was updated successfully, but these errors were encountered: