- Timestamp:
- 11/28/08 15:25:52 (16 years ago)
- Location:
- GTP/trunk/App/Demos/Vis/FriendlyCulling/src
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
GTP/trunk/App/Demos/Vis/FriendlyCulling/src/DeferredRenderer.cpp
r3193 r3194 954 954 whiteLum = log(WHITE_LUMINANCE); 955 955 956 956 957 //////////////////// 957 958 //-- linear interpolate brightness key depending on the current sun position -
GTP/trunk/App/Demos/Vis/FriendlyCulling/src/chcdemo.cpp
r3193 r3194 493 493 buddha = dynamicObjects.back(); 494 494 495 //const Vector3 sceneCenter(470.398f, 240.364f, 182.5f);496 const Vector3 sceneCenter(470.398f, 240.364f, 180.3);495 const Vector3 sceneCenter(470.398f, 240.364f, 181.7f); 496 //const Vector3 sceneCenter(470.398f, 240.364f, 180.3); 497 497 498 498 Matrix4x4 transl = TranslationMatrix(sceneCenter); -
GTP/trunk/App/Demos/Vis/FriendlyCulling/src/shaderenv.h
r3193 r3194 6 6 //-- ssao + gi parameters 7 7 8 #define NUM_SAMPLES 89 //#define NUM_SAMPLES 168 //#define NUM_SAMPLES 8 9 #define NUM_SAMPLES 16 10 10 //#define NUM_SAMPLES 24 11 11 12 12 // for quadratic falloff 13 //#define SAMPLE_INTENSITY 0.5f 13 14 #define SAMPLE_INTENSITY 0.5f 14 //#define SAMPLE_INTENSITY 0.1f15 15 16 16 //#define SAMPLE_INTENSITY 0.075f … … 18 18 19 19 //#define SAMPLE_RADIUS 8e-1f 20 #define SAMPLE_RADIUS 4e-1f20 #define SAMPLE_RADIUS 8e-1f 21 21 22 22 //#define DISTANCE_SCALE 1e-1f
Note: See TracChangeset
for help on using the changeset viewer.