We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 187502d commit 94c3a34Copy full SHA for 94c3a34
GITechDemo/Code/AppMain/GITechDemo/RenderScheme/DepthOfFieldPass.cpp
@@ -40,7 +40,7 @@ namespace GITechDemoApp
40
{
41
bool DOF_ENABLED = true;
42
float DOF_AUTOFOCUS_TIME = 0.5f;
43
- int DOF_NUM_PASSES = 3;
+ int DOF_NUM_PASSES = 4;
44
}
45
46
DepthOfFieldPass::DepthOfFieldPass(const char* const passName, RenderPass* const parentPass)
0 commit comments