Ignore:
Timestamp:
02/06/09 17:34:25 (15 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

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

    r3230 r3295  
    191191        //-- compute color bleeding + ao 
    192192 
    193         GiStruct gi = globIllum(IN, colors, noiseTex, samples, normal, eyeSpacePos, w, bl, br, tl, tr, normalize(IN.view), sampleIntensity); 
     193        GiStruct gi = globIllum(IN, colors, noiseTex, samples, normal, eyeSpacePos,  
     194                                    w, bl, br, tl, tr, normalize(IN.view), sampleIntensity); 
    194195         
    195196 
Note: See TracChangeset for help on using the changeset viewer.