Changeset 2898 for GTP/trunk/App/Demos/Vis/FriendlyCulling/src/shaders
- Timestamp:
- 09/03/08 10:37:03 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
GTP/trunk/App/Demos/Vis/FriendlyCulling/src/shaders/ssao.cg
r2897 r2898 194 194 195 195 OUT.illum_col = col * ao.x; 196 //OUT.illum_col = ao; 197 198 //OUT.illum_col.z = ao.z; 196 //OUT.illum_col = (float4)ao.x; 197 199 198 OUT.illum_col.w = ao.w; 200 199
Note: See TracChangeset
for help on using the changeset viewer.