diff options
| author | Patrick | 2021-03-26 20:13:19 +0100 |
|---|---|---|
| committer | Patrick | 2021-03-26 20:13:19 +0100 |
| commit | 54a47a42ce3f6f05eafd62305552ee48dc08913f (patch) | |
| tree | 6dba95d1071357d3e36a9be892ce44d83f722e3f /src | |
| parent | 0a5e8172a6ee0e79c81eec21a9966bea9385b249 (diff) | |
| download | subsurface_scattering-54a47a42ce3f6f05eafd62305552ee48dc08913f.tar.gz subsurface_scattering-54a47a42ce3f6f05eafd62305552ee48dc08913f.zip | |
remove debugging renderstate
Diffstat (limited to 'src')
| -rw-r--r-- | src/main.cpp | 1 | ||||
| -rw-r--r-- | src/main2.cpp | 1 |
2 files changed, 0 insertions, 2 deletions
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);
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);
|
