Rename window to "Render Options"
This commit is contained in:
parent
acfa4146ce
commit
7b11008a85
1 changed files with 6 additions and 2 deletions
|
@ -293,6 +293,8 @@ int main(int, char*[]) {
|
|||
ImGui::EndMainMenuBar();
|
||||
}
|
||||
|
||||
ImGui::Begin("Render Options");
|
||||
|
||||
ImGui::Checkbox("Use BVH", &use_bvh);
|
||||
ImGui::InputInt("Indirect Samples", &num_indirect_samples);
|
||||
|
||||
|
@ -331,6 +333,8 @@ int main(int, char*[]) {
|
|||
}
|
||||
}
|
||||
|
||||
ImGui::End();
|
||||
|
||||
ImGui::Render();
|
||||
|
||||
auto& io = ImGui::GetIO();
|
||||
|
|
Loading…
Add table
Reference in a new issue