Changeset 3317 for GTP/trunk/App
- Timestamp:
- 02/17/09 19:33:40 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
GTP/trunk/App/Demos/Vis/FriendlyCulling/src/shaders/combineSsaoSep.cg
r3316 r3317 232 232 if (depth < DEPTH_THRESHOLD) 233 233 { 234 //OUT.illum_col.xyz = col.xyz * max(2e-2f, 1.0f - ao.x);235 OUT.illum_col.xyz = max(1e-3f, 1.0f - ao.x);234 OUT.illum_col.xyz = col.xyz * max(1e-3f, 1.0f - ao.x); 235 //OUT.illum_col.xyz = max(1e-3f, 1.0f - ao.x); 236 236 } 237 237 else
Note: See TracChangeset
for help on using the changeset viewer.