Ignore:
Timestamp:
09/13/08 15:00:11 (16 years ago)
Author:
mattausch
Message:

shadows working nicely

File:
1 edited

Legend:

Unmodified
Added
Removed
  • GTP/trunk/App/Demos/Vis/FriendlyCulling/src/shaders/deferred.cg

    r2942 r2943  
    137137        if (amb < 0.9f) // hack: prevent shadowing the sky       
    138138        { 
    139                 const float x = 0.1f; 
     139                // base lighting 
     140                const float x = 0.4f; 
    140141                OUT.color *= x + (1.0f - x) * (1.0f - d); 
    141142        } 
Note: See TracChangeset for help on using the changeset viewer.