Fix bugs.
This commit is contained in:
parent
0b8021c139
commit
c1e15155ad
2 changed files with 15 additions and 12 deletions
|
|
@ -25,7 +25,7 @@ private:
|
|||
|
||||
ImGui::SliderFloat("mu_a", &mu_a, 0.0, 1.0);
|
||||
ImGui::SliderFloat("mu_s", &mu_s, 0.0, 1.0);
|
||||
ImGui::SliderFloat("scattering parameter", &scattering_parameter, 0.0, 1.0);
|
||||
ImGui::SliderFloat("scattering parameter", &scattering_parameter, -1.0, 1.0);
|
||||
|
||||
const char* scenes[] = {"Gnome", "Horse", "Heterogenous"};
|
||||
int oldscene = scene;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue