Ignore:
Timestamp:
09/21/06 20:00:22 (18 years ago)
Author:
szirmay
Message:
 
Location:
GTP/trunk/App/Demos/Illum/Ogre/Media/materials
Files:
4 edited

Legend:

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

    r1446 r1451  
    5858         b = bPosition.z / bPosition.w; 
    5959          
    60         alpha = pow(w / IN.r, 4);               
     60        // alpha = pow(w / IN.r, 4);             
    6161        } 
    6262        else 
     
    6565        Color.r = b; 
    6666        Color.g = 1 - f; 
     67         
     68        alpha = 1; 
    6769        Color.a = alpha * IN.Color.a; 
    6870        Color.a *= tex2D(Texture, IN.texCoord).r * 0.7; 
  • GTP/trunk/App/Demos/Illum/Ogre/Media/materials/scripts/GameTools.material

    r1441 r1451  
    8484                        ambient 0.1 0.11 0.15 
    8585                        diffuse 0.8 0.9 1.0 
     86                } 
     87        } 
     88} 
     89 
     90material TestPlane 
     91{ 
     92        technique 
     93        { 
     94                pass 
     95                { 
     96                        ambient 0.3 0.3 0.4 
     97                        diffuse 0.9 0.9 1.0 
     98                         
     99                        IllumTechniques 
     100                        { 
     101                                 
     102                                RenderTechnique CausticReciever 
     103                                { 
     104                                        max_caster_count        10 
     105                                }                                
     106                        }                
    86107                } 
    87108        } 
  • GTP/trunk/App/Demos/Illum/Ogre/Media/materials/scripts/GameTools_HPS.material

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