Skip to content

Commit

Permalink
Update main.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
GraphicsEnthusiast committed Jan 16, 2024
1 parent ab4858d commit 5b6b680
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
int main() {
// SampledSpectrum::Init();

// auto renderer = TestScenes::Diningroom_MeshLight();
auto renderer = TestScenes::Diningroom_MeshLight();
// auto renderer = TestScenes::Diningroom_EnvironmentLight();
// auto renderer = TestScenes::Subsurface();
// auto renderer = TestScenes::Surface();
// auto renderer = TestScenes::Cornellbox();
auto renderer = TestScenes::Camera_high();
// auto renderer = TestScenes::Camera_high();
renderer->Run();

return 0;
Expand Down

0 comments on commit 5b6b680

Please sign in to comment.