Ignore:
Timestamp:
09/21/06 15:53:09 (18 years ago)
Author:
barsi
Message:
 
Location:
GTP/trunk/App/Demos/Illum/Ogre/Media/materials
Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified GTP/trunk/App/Demos/Illum/Ogre/Media/materials/programs/GameTools_HPS_Smoke_S.hlsl

    r1424 r1446  
    5858         b = bPosition.z / bPosition.w; 
    5959          
    60          alpha = pow(w / IN.r, 4) * 0.5;                 
     60         alpha = pow(w / IN.r, 4);               
    6161        } 
    6262        else 
     
    6666        Color.g = 1 - f; 
    6767        Color.a = alpha * IN.Color.a; 
    68         //Color.a = tex2D(Texture, IN.texCoord).a * 0.2; 
     68        Color.a *= tex2D(Texture, IN.texCoord).r * 0.7; 
    6969         
    7070         
  • TabularUnified GTP/trunk/App/Demos/Illum/Ogre/Media/materials/scripts/GameTools_HPS.material

    r1424 r1446  
    3434                        texture_unit 
    3535                        { 
    36                                 texture pamacs.dds 
     36                                texture smoke.tga 
    3737                        } 
    3838                         
Note: See TracChangeset for help on using the changeset viewer.