Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Removing Lights #8

Open
jmrapp1 opened this issue Jul 3, 2016 · 0 comments
Open

Removing Lights #8

jmrapp1 opened this issue Jul 3, 2016 · 0 comments

Comments

@jmrapp1
Copy link
Owner

jmrapp1 commented Jul 3, 2016

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant