Ignore:
Timestamp:
06/12/07 16:54:41 (17 years ago)
Author:
szirmay
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • GTP/trunk/App/Demos/Illum/Ogre/Media/MORIA/MoriaDust.hlsl

    r2414 r2445  
    8383/// fetch opacity from a texture 
    8484        Color.a *= tex2D( colorTexture, IN.texCoord.xy).r; 
    85         Color.a *= alpha; 
     85        //Color.a *= alpha; 
    8686         
    8787        //illumination 
     
    9696        float ld2 = max(0.01, ld * ld); 
    9797        phase = lightPower / ld2; 
    98         Color.rgb *= phase; 
     98        //Color.rgb *= phase; 
    9999        return Color;  
    100100} 
Note: See TracChangeset for help on using the changeset viewer.