Ignore:
Timestamp:
11/25/08 18:14:48 (16 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

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

    r3017 r3167  
    127127         
    128128        // the ambient term 
    129         const float amb = norm.w; 
    130  
     129        //const float amb = norm.w; 
    131130        // expand normal 
    132131        float3 normal = normalize(norm.xyz); 
    133          
    134132        /// the current view direction 
    135133        float3 viewDir;// = normalize(IN.view); 
Note: See TracChangeset for help on using the changeset viewer.