- Timestamp:
- 10/01/08 00:40:59 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
GTP/trunk/App/Demos/Vis/FriendlyCulling/src/shaders/sky_preetham.cg
r2974 r2982 63 63 uniform float3 dColor, 64 64 uniform float3 eColor, 65 uniform float4x4 ModelView) 65 uniform float4x4 ModelView, 66 uniform float multiplier) 66 67 { 67 68 vtxout OUT; … … 94 95 OUT.color = float4(hcol, 1.0); 95 96 96 //OUT.color.rgb *= 2e-5f;97 OUT.color.rgb *= multiplier; 97 98 98 99 OUT.color2 = OUT.color;
Note: See TracChangeset
for help on using the changeset viewer.