Skip to content

Commit

Permalink
Render hybrid renderer by default
Browse files Browse the repository at this point in the history
  • Loading branch information
Nelarius committed Mar 27, 2024
1 parent 6b0ec22 commit 558daae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pt/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ enum RendererType

struct UiState
{
int rendererType = RendererType_PathTracer;
int rendererType = RendererType_Hybrid;
float vfovDegrees = 70.0f;
// sampling
int numSamplesPerPixel = 128;
Expand Down

0 comments on commit 558daae

Please sign in to comment.