BVH and rays complete

This commit is contained in:
STP
2023-12-02 21:52:59 -05:00
parent d89e7f4951
commit d8488f24f7
9 changed files with 277 additions and 190 deletions

View File

@@ -210,7 +210,7 @@ impl Gui {
"Rays Per Pass",
RAYS_MIN,
RAYS_MAX,
&mut self.raytracing_option.rays_per_pass,
&mut self.raytracing_option.pixels_per_pass,
);
// Proportion of the window the buffer occupies
ui.slider(