Ignore:
Timestamp:
10/01/08 00:40:59 (16 years ago)
Author:
mattausch
Message:

problematic: merging

File:
1 edited

Legend:

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

    r2974 r2982  
    6363                                  uniform float3 dColor, 
    6464                                  uniform float3 eColor, 
    65                                   uniform float4x4 ModelView) 
     65                                  uniform float4x4 ModelView, 
     66                                  uniform float multiplier) 
    6667{ 
    6768        vtxout OUT; 
     
    9495        OUT.color = float4(hcol, 1.0); 
    9596 
    96         //OUT.color.rgb *= 2e-5f;  
     97        OUT.color.rgb *= multiplier; 
    9798 
    9899        OUT.color2 = OUT.color; 
Note: See TracChangeset for help on using the changeset viewer.