X-Git-Url: https://gitweb.ps.run/subsurface_scattering/blobdiff_plain/0a5e8172a6ee0e79c81eec21a9966bea9385b249..54a47a42ce3f6f05eafd62305552ee48dc08913f:/src/main2.cpp diff --git a/src/main2.cpp b/src/main2.cpp index 5d717e6..c30fb9e 100644 --- a/src/main2.cpp +++ b/src/main2.cpp @@ -579,7 +579,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::DragFloat("Pow Base", &options.powBase, 0.01f, 0, 4);