Ignore:
Timestamp:
01/23/07 08:53:32 (17 years ago)
Author:
szirmay
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • GTP/trunk/App/Demos/Illum/Ogre/Media/materials/scripts/GameTools.material

    r1691 r2024  
    309309} 
    310310 
     311material GameTools/BlurLightVolume 
     312{  
     313 
     314   technique  
     315   {  
     316       
     317      pass  
     318      {  
     319        depth_check off 
     320        cull_hardware none 
     321        scene_blend alpha_blend  
     322                 
     323                vertex_program_ref GameTools/BlurVS 
     324        {        
     325                      
     326            }  
     327                fragment_program_ref  GameTools/CopyPS 
     328        {  
     329            param_named_auto width viewport_width 
     330                        param_named_auto height viewport_height 
     331                        param_named float alpha 0.3      
     332        } 
     333        texture_unit 
     334        { 
     335                        filtering bilinear 
     336        } 
     337         
     338       } 
     339    } 
     340} 
     341 
    311342material GameTools/BlurCubeFace 
    312343{  
Note: See TracChangeset for help on using the changeset viewer.