Changeset 1446


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

Legend:

Unmodified
Added
Removed
  • 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         
  • 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                         
  • GTP/trunk/App/Demos/Illum/Ogre/Media/particle/GameTools.particle

    r1424 r1446  
    5151    particle_height 1.6 
    5252    cull_each       false 
    53     quota           20 
     53    quota           220 
    5454    billboard_type  point 
    5555    sorted                      true 
     
    6363 
    6464        angle           30 
    65         emission_rate   6 
    66         time_to_live    6000000000 
     65        emission_rate   3 
     66        time_to_live    10 
    6767        direction       0 1 0 
    68         velocity        0 
    69         width           100        
    70         height          100 
    71         depth           100 
     68        velocity        20 
     69        width           70        
     70        height          70 
     71        depth           70 
    7272    } 
    7373 
     
    9393        material        HPS_SMOKE_S 
    9494        renderer sprite 
    95     particle_width  32 
    96     particle_height 32 
     95    particle_width  35 
     96    particle_height 35 
    9797    cull_each       false 
    9898    quota           400 
     
    110110        time_to_live    6 
    111111        direction       0 1 0 
    112         velocity        5  
     112        velocity        10  
    113113         
    114         width           50         
    115         height          50 
    116         depth           50     
     114        width           20         
     115        height          20 
     116        depth           20    
    117117    }   
    118118 
Note: See TracChangeset for help on using the changeset viewer.