Changeset 3368 for GTP/trunk/App/Demos/Vis/FriendlyCulling/src
- Timestamp:
- 04/30/09 16:35:46 (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/chcdemo.cpp
r3367 r3368 1208 1208 1209 1209 //const float rotAngle = M_PI * 1e-3f; 1210 const float rotAngle = 1.5f * M_PI / 180.0f;1211 //const float rotAngle = 0.6f * M_PI / 180.0f;1210 //const float rotAngle = 1.5f * M_PI / 180.0f; 1211 const float rotAngle = 0.6f * M_PI / 180.0f; 1212 1212 1213 1213 Matrix4x4 rotMatrix = RotationZMatrix(rotAngle); -
GTP/trunk/App/Demos/Vis/FriendlyCulling/src/shaderenv.h
r3367 r3368 10 10 //#define NUM_PRECOMPUTED_SAMPLES 2048 11 11 12 //#define NUM_SAMPLES812 #define NUM_SAMPLES 48 13 13 //#define NUM_SAMPLES 16 14 14 //#define NUM_SAMPLES 24 15 15 //#define NUM_SAMPLES 32 16 #define NUM_SAMPLES 4816 //#define NUM_SAMPLES 48 17 17 18 //#define MIN_SAMPLES 819 18 #define MIN_SAMPLES 48 19 //#define MIN_SAMPLES 48 20 20 21 21 #define DISTANCE_SCALE 1e-2f … … 74 74 #define PERFORMANCE_TEST 1 75 75 76 #define USE_OPTIMIZATION 176 #define USE_OPTIMIZATION 0 77 77 78 78 -
GTP/trunk/App/Demos/Vis/FriendlyCulling/src/shaders/ssao.cg
r3367 r3368 682 682 683 683 float3 ao; 684 // $$temp matt 685 oldIdx = dummyIdx; 684 686 685 687 // cull background note: this should be done with the stencil buffer
Note: See TracChangeset
for help on using the changeset viewer.