Changeset 1451


Ignore:
Timestamp:
09/21/06 20:00:22 (18 years ago)
Author:
szirmay
Message:
 
Location:
GTP/trunk/App/Demos/Illum/Ogre/Media
Files:
5 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                         
  • GTP/trunk/App/Demos/Illum/Ogre/Media/particle/GameTools.particle

    r1446 r1451  
    9393        material        HPS_SMOKE_S 
    9494        renderer sprite 
    95     particle_width  35 
    96     particle_height 35 
     95    particle_width  45 
     96    particle_height 45 
    9797    cull_each       false 
    9898    quota           400 
     
    110110        time_to_live    6 
    111111        direction       0 1 0 
    112         velocity        10  
     112        velocity        8  
    113113         
    114114        width           20         
Note: See TracChangeset for help on using the changeset viewer.