diff --git a/config/bonus.cfg b/config/bonus.cfg index b8bb85e..eee0819 100644 --- a/config/bonus.cfg +++ b/config/bonus.cfg @@ -143,7 +143,6 @@ scene = { }, ); camera = { - # Camera settings aspect_ratio = 1.777; image_width = 1200; samples_per_pixel = 1000; diff --git a/config/cornell.cfg b/config/cornell.cfg index 7aa9f04..ff3d2f2 100644 --- a/config/cornell.cfg +++ b/config/cornell.cfg @@ -1,7 +1,6 @@ scene = { id = "Cornell"; textures = ( - # Solid colors { id = "red"; type = "solid"; @@ -50,7 +49,6 @@ scene = { } ); materials = ( - # Lambertian { id = "lambertian_red"; type = "lambertian"; @@ -97,7 +95,6 @@ scene = { } ); shapes = ( - # Quads { id = "green_quad"; type = "quad"; @@ -178,7 +175,6 @@ scene = { } ); camera = { - # Camera settings aspect_ratio = 1.0; image_width = 300; samples_per_pixel = 200; diff --git a/config/could.cfg b/config/could.cfg index f555e55..1db128f 100644 --- a/config/could.cfg +++ b/config/could.cfg @@ -154,7 +154,6 @@ scene = { } ); camera = { - # Camera settings aspect_ratio = 1.777; image_width = 1200; samples_per_pixel = 1000; diff --git a/config/must.cfg b/config/must.cfg index 92d49d4..96e4370 100644 --- a/config/must.cfg +++ b/config/must.cfg @@ -79,7 +79,6 @@ scene = { } ); camera = { - # Camera settings aspect_ratio = 1.777; image_width = 1200; samples_per_pixel = 500; diff --git a/config/should.cfg b/config/should.cfg index 3bbbb5e..664e93b 100644 --- a/config/should.cfg +++ b/config/should.cfg @@ -89,7 +89,6 @@ scene = { }, ); camera = { - # Camera settings aspect_ratio = 1.777; image_width = 1200; samples_per_pixel = 500;