Fix all warnings
This commit is contained in:
parent
2bc5ec93fe
commit
ae4dc2c21a
26 changed files with 249 additions and 185 deletions
|
|
@ -66,5 +66,8 @@ fn main() -> ImageResult<()> {
|
|||
ray_tracing_scene::examples::ExampleSceneEnum::TriangleBVH(s) => {
|
||||
render_image(&r, s, &c, "test.exr", 1048)
|
||||
}
|
||||
ray_tracing_scene::examples::ExampleSceneEnum::BasicScene(s) => {
|
||||
render_image(&r, s, &c, "test.exr", 1048)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue