Skip to content

Commit 9c25aaf

Browse files
committed
forgot part of the scene
1 parent 737e7c3 commit 9c25aaf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1384,7 +1384,7 @@ fn the_next_week(rng : &mut Rng) -> Box<Hitable> {
13841384
boxlist2.push(sphere(10.0, center, white.clone()));
13851385
}
13861386

1387-
if false && complicated_geom {
1387+
if complicated_geom {
13881388
list.push(translate(ivec3(-100, 270, 395),
13891389
// rotate(ivec3(0, 1, 0), 15.0,
13901390
into_bvh(rng, boxlist2, (0.0, 1.0))));

0 commit comments

Comments
 (0)