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
To repro, hack lightbulb by adding view->setClearColor({1, 1, 1, 1}) and run it without an ibl.
view->setClearColor({1, 1, 1, 1})
lightbulb third_party/models/shader_ball/shader_ball.obj
This occurs even when post-processing disabled.
The text was updated successfully, but these errors were encountered:
Honor clear color, fixes #1125.
a7dfbae
b033334
Honor clear color, fixes google#1125. (google#1126)
849e437
prideout
No branches or pull requests
To repro, hack lightbulb by adding
view->setClearColor({1, 1, 1, 1})
and run it without an ibl.This occurs even when post-processing disabled.
The text was updated successfully, but these errors were encountered: