]> gitweb.ps.run Git - subsurface_scattering/blobdiff - src/main2.cpp
remove debugging renderstate
[subsurface_scattering] / src / main2.cpp
index 5d717e66990821c981347cb5f5ea152c19cffa57..c30fb9e1ef2e6ee722a682ea10bb715c599ec9b6 100644 (file)
@@ -579,7 +579,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::DragFloat("Pow Base", &options.powBase, 0.01f, 0, 4);\r