- Timestamp:
- 11/25/08 14:20:42 (16 years ago)
- Location:
- GTP/trunk/App/Demos/Vis/FriendlyCulling/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
GTP/trunk/App/Demos/Vis/FriendlyCulling/src/DeferredRenderer.cpp
r3164 r3166 455 455 456 456 //const float filterWidth = 100.0f; 457 //const float filterWidth = 200.0f;458 const float filterWidth = 15.0f;457 const float filterWidth = 30.0f; 458 //const float filterWidth = 15.0f; 459 459 460 460 PoissonDiscSampleGenerator2 poisson(NUM_SSAO_FILTERSAMPLES, 1.0f); -
GTP/trunk/App/Demos/Vis/FriendlyCulling/src/shaderenv.h
r3165 r3166 63 63 //#define NUM_SSAO_FILTERSAMPLES 50 64 64 //#define NUM_SSAO_FILTERSAMPLES 80 65 #define NUM_SSAO_FILTERSAMPLES 1665 #define NUM_SSAO_FILTERSAMPLES 80 66 66 67 67
Note: See TracChangeset
for help on using the changeset viewer.