Changeset 3356 for GTP/trunk/App/Demos
- Timestamp:
- 04/15/09 09:19:41 (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/shaderenv.h
r3355 r3356 6 6 //-- ssao + gi parameters 7 7 8 #define NUM_PRECOMPUTED_SAMPLES 40968 #define NUM_PRECOMPUTED_SAMPLES 8124 9 9 10 10 //#define NUM_SAMPLES 8 … … 31 31 //-- reprojection 32 32 33 //#define MIN_DEPTH_DIFF 5e-3f34 //#define MIN_DEPTH_DIFF 1e-3f35 33 #define MIN_DEPTH_DIFF 1e-3f 36 34 #define DYNAMIC_OBJECTS_THRESHOLD 1e-8f -
GTP/trunk/App/Demos/Vis/FriendlyCulling/src/shaders/combineSsaoSep.cg
r3354 r3356 234 234 } 235 235 236 //const float minAO = 2e-2f;237 236 const float minAO = 1e-3f; 238 237
Note: See TracChangeset
for help on using the changeset viewer.