Changeset 3355 for GTP/trunk/App/Demos/Vis/FriendlyCulling/src/shaders
- Timestamp:
- 04/15/09 09:13:01 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
GTP/trunk/App/Demos/Vis/FriendlyCulling/src/shaders/ssao.cg
r3354 r3355 569 569 // the weight equals the number of sampled shot in this pass 570 570 const float newWeight = ao.z; 571 572 571 // completely reset the ao in this pixel 573 572 const float completelyResetThres = 20.0f;
Note: See TracChangeset
for help on using the changeset viewer.