X-Git-Url: https://gitweb.ps.run/subsurface_scattering/blobdiff_plain/0a5e8172a6ee0e79c81eec21a9966bea9385b249..54a47a42ce3f6f05eafd62305552ee48dc08913f:/src/main.cpp diff --git a/src/main.cpp b/src/main.cpp index 168d01d..4f18e10 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -616,7 +616,6 @@ int main() { ImGui::Begin("Options"); ImGui::Checkbox("Wireframe", &options.wireframe); ImGui::Checkbox("Free Cam", &options.freecam); - ImGui::InputInt("Render State", &options.renderState); ImGui::DragFloat3("Color", options.color, 0.01, 0, 1); ImGui::DragFloat("Transmittance Scale", &options.transmittanceScale, 0.0001f, 0, 0.3); ImGui::DragFloat3("Light Pos", glm::value_ptr(options.lightPos), 0.01, -5, 5);