Changeset 2943 for GTP/trunk/App/Demos/Vis/FriendlyCulling/src/shaders
- Timestamp:
- 09/13/08 15:00:11 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
GTP/trunk/App/Demos/Vis/FriendlyCulling/src/shaders/deferred.cg
r2942 r2943 137 137 if (amb < 0.9f) // hack: prevent shadowing the sky 138 138 { 139 const float x = 0.1f; 139 // base lighting 140 const float x = 0.4f; 140 141 OUT.color *= x + (1.0f - x) * (1.0f - d); 141 142 }
Note: See TracChangeset
for help on using the changeset viewer.