-
Notifications
You must be signed in to change notification settings - Fork 54
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
feat: revised dynamic cubemaps #218
Conversation
@@ -32,6 +33,73 @@ void DynamicCubemaps::DrawSettings() | |||
ImGui::EndTable(); | |||
} | |||
} | |||
|
|||
if (ImGui::TreeNodeEx("Dynamic Cubemap Creator", ImGuiTreeNodeFlags_DefaultOpen)) { | |||
ImGui::Text("You must enable creator mode by adding the shader define CREATOR"); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It feels like we should auto do this for them or just not enable this menu unless that's set.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yes, but this is no different to the current LLF light visualisation settings. we should review it at a later date.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not seeing any obvious bugs in VR. Did not try creator mode though.
also a fix for the LLF