We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When a material has a valid lighPicker, nullfying it causes the entire viewport to go black. No errors triggered. (tested with TextureMaterial)
Probably a missing invalidation, as the following do work:
The text was updated successfully, but these errors were encountered:
@DerSchmale I can take over this issue and investigate it.
Sorry, something went wrong.
088aab1
richardolsson
No branches or pull requests
When a material has a valid lighPicker, nullfying it causes the entire viewport to go black.
No errors triggered. (tested with TextureMaterial)
--> black screen, no error
Probably a missing invalidation, as the following do work:
--> all ok, picker no longer affects the material
The text was updated successfully, but these errors were encountered: