Ignore:
Timestamp:
10/10/08 09:13:32 (16 years ago)
Author:
mattausch
Message:

removed most leaks

File:
1 edited

Legend:

Unmodified
Added
Removed
  • GTP/trunk/App/Demos/Vis/FriendlyCulling/src/SkyPreetham.cpp

    r3017 r3020  
    344344 
    345345        // diffuse component should be more saturated (and less blueish) for high sun positions 
    346         diffuse.x *= 1.2f; 
    347         diffuse.z *= 0.8f; 
     346        diffuse.x *= 1.3f; 
     347        diffuse.z *= 0.7f; 
    348348 
    349349        // scale diffuse component in order to make sky look less bright in relation to 
Note: See TracChangeset for help on using the changeset viewer.