- Timestamp:
- 09/23/08 18:02:33 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
GTP/trunk/App/Demos/Vis/FriendlyCulling/src/shaders/sky_preetham.cg
r2964 r2967 92 92 OUT.color = float4(hcol, 1.0); 93 93 94 OUT.color.rgb *= 5e-5f; 94 //OUT.color.rgb *= 1e-2f; 95 //OUT.color.rgb *= 2e-5f; 95 96 96 97 //OUT.worldPos = mul(glstate.matrix.inverse.projection, OUT.position);
Note: See TracChangeset
for help on using the changeset viewer.