Changeset 3312 for GTP/trunk/App
- Timestamp:
- 02/16/09 15:54:58 (16 years ago)
- Location:
- GTP/trunk/App/Demos/Vis/FriendlyCulling
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
GTP/trunk/App/Demos/Vis/FriendlyCulling/sibenik.env
r3311 r3312 106 106 ssaoSampleIntensity=0.8f 107 107 # ssao temporal coherence factor 108 tempCohFactor= 1024.0f108 tempCohFactor=2048.0f 109 109 # ssao filter radius 110 110 ssaoFilterRadius=12.0f -
GTP/trunk/App/Demos/Vis/FriendlyCulling/src/shaderenv.h
r3311 r3312 5 5 //////////// 6 6 //-- ssao + gi parameters 7 #define NUM_PRECOMPUTED_SAMPLES 10247 #define NUM_PRECOMPUTED_SAMPLES 2048 8 8 //#define NUM_SAMPLES 8 9 9 //#define NUM_SAMPLES 16
Note: See TracChangeset
for help on using the changeset viewer.