- Timestamp:
- 09/24/08 11:12:48 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
GTP/trunk/App/Demos/Vis/FriendlyCulling/src/shaders/antialiasing.cg
r2968 r2969 33 33 34 34 outCol = color * burnedLum / pixLum; 35 36 /* 37 outCol = color; 38 39 outCol.rgb *= MIDDLE_GRAY /(MIDDLE_GRAY + 0.001f); 40 outCol.rgb *= (1.0f + color.rgb / whiteLum); 41 outCol.rgb /= (1.0f + color.rgb); 42 */ 35 43 //vColor.rgb += 0.6f * vBloom; 36 44
Note: See TracChangeset
for help on using the changeset viewer.