- Timestamp:
- 05/25/09 15:18:08 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
GTP/trunk/App/Demos/Vis/FriendlyCulling/src/shaders/ssao.cg
r3372 r3373 732 732 if (ao.y > partlyResetThres) 733 733 { 734 const float factor = 3.0f;734 const float factor = 2.0f; 735 735 736 736 oldWeight = min(oldWeight, factor * NUM_SAMPLES);
Note: See TracChangeset
for help on using the changeset viewer.