Add next event estimation
This commit is contained in:
parent
534a7d7097
commit
7d69122e8c
13 changed files with 317 additions and 21 deletions
|
|
@ -44,7 +44,7 @@ pub fn cornell2<R: Rng + Debug>() -> ExampleScene<R> {
|
|||
})
|
||||
.collect();
|
||||
|
||||
let scene = dbg!(TriangleBVH::new(obj.vertices, triangles, materials));
|
||||
let scene = TriangleBVH::new(obj.vertices, triangles, materials);
|
||||
|
||||
ExampleScene {
|
||||
scene,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue