Changeset 2816 for GTP/trunk/App/Demos/Vis/FriendlyCulling/src/shaders
- Timestamp:
- 07/04/08 10:14:12 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
GTP/trunk/App/Demos/Vis/FriendlyCulling/src/shaders/deferred.cg
r2815 r2816 78 78 float total_ao = 0.0; 79 79 80 //const float areaSize = 4.0f; 81 const float areaSize = 5e-1f; 82 //const float areaSize = 1e-4f; 80 //const float areaSize = 5e-1f; 81 const float areaSize = 2e-1f; 83 82 const float sampleIntensity = 0.1f; 84 83
Note: See TracChangeset
for help on using the changeset viewer.