Changeset 2886 for GTP/trunk/App/Demos/Vis/FriendlyCulling/src/shaders
- Timestamp:
- 08/29/08 20:33:21 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
GTP/trunk/App/Demos/Vis/FriendlyCulling/src/shaders/ssao.cg
r2885 r2886 28 28 // reflect around plane 29 29 float2 rpt = pt - d * 2.0f * n; 30 30 31 return rpt; 31 32 } … … 178 179 179 180 OUT.illum_col = col * ao.x; 181 //OUT.illum_col = ao; 180 182 OUT.illum_col.w = ao.w; 181 183
Note: See TracChangeset
for help on using the changeset viewer.