]> gitweb.ps.run Git - subsurface_scattering/blobdiff - src/main.cpp
remove debugging renderstate
[subsurface_scattering] / src / main.cpp
index 168d01d3b42fc66280504c93cf42de742c155fb8..4f18e104f3e63e803f2584b47093776bfa807201 100644 (file)
@@ -616,7 +616,6 @@ int main() {
     ImGui::Begin("Options");\r
     ImGui::Checkbox("Wireframe", &options.wireframe);\r
     ImGui::Checkbox("Free Cam", &options.freecam);\r
-    ImGui::InputInt("Render State", &options.renderState);\r
     ImGui::DragFloat3("Color", options.color, 0.01, 0, 1);\r
     ImGui::DragFloat("Transmittance Scale", &options.transmittanceScale, 0.0001f, 0, 0.3);\r
     ImGui::DragFloat3("Light Pos", glm::value_ptr(options.lightPos), 0.01, -5, 5);\r