Add 'no sky' via IMaterial::ColorModulate.
* Really should move this out of FrameStageNotify. Only keeping it here for demonstration purposes. Might find a better place later. Signed-off-by: aixxe <me@aixxe.net>
This commit is contained in:
@@ -13,6 +13,10 @@ void GUI::DrawConfigurationWindow() {
|
||||
|
||||
ImGui::Checkbox("Auto-bunnyhop", &GUI::BunnyHop::Enabled);
|
||||
ImGui::Spacing();
|
||||
|
||||
ImGui::Checkbox("No sky", &GUI::NoSky::Enabled);
|
||||
ImGui::ColorEdit3("##No sky color", GUI::NoSky::Color);
|
||||
ImGui::Spacing();
|
||||
|
||||
ImGui::PopItemWidth();
|
||||
ImGui::End();
|
||||
|
||||
Reference in New Issue
Block a user