Skip to content

Commit 96c7497

Browse files
committed
revert to intial scene settings
1 parent ab0aa12 commit 96c7497

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

31_HLSLPathTracer/main.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1347,10 +1347,10 @@ class HLSLComputePathtracer final : public examples::SimpleWindowedApplication,
13471347
float viewWidth = 10.f;
13481348
float camYAngle = 165.f / 180.f * 3.14159f;
13491349
float camXAngle = 32.f / 180.f * 3.14159f;
1350-
int PTPipline = E_LIGHT_GEOMETRY::ELG_RECTANGLE;
1350+
int PTPipline = E_LIGHT_GEOMETRY::ELG_SPHERE;
13511351
int renderMode = E_RENDER_MODE::ERM_HLSL;
13521352
int spp = 32;
1353-
int depth = 1;
1353+
int depth = 3;
13541354

13551355
bool m_firstFrame = true;
13561356
IGPUCommandBuffer::SClearColorValue clearColor = { .float32 = {0.f,0.f,0.f,1.f} };

0 commit comments

Comments
 (0)