Ignore:
Timestamp:
05/28/07 17:00:18 (17 years ago)
Author:
szirmay
Message:
 
File:
1 edited

Legend:

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

    r2137 r2398  
    3131                param_named_auto width viewport_width    
    3232                param_named_auto height viewport_height  
     33                 
     34        } 
     35        texture_unit 
     36        { 
     37           // filtering none     
     38        }                 
     39      } 
     40   } 
     41} 
     42 
     43material GTP/PostProc/Blend 
     44{ 
     45   technique  
     46   {  
     47      pass  
     48      { 
     49      scene_blend alpha_blend 
     50      depth_check off 
     51                vertex_program_ref GTP/PostProc/PostProc_VS 
     52        { 
     53        
     54        }  
     55                fragment_program_ref GTP/PostProc/AlphaBlend_PS 
     56        {  
     57                        param_named_auto width viewport_width    
     58                param_named_auto height viewport_height  
     59                param_named_auto alpha frame_time 9.0 
    3360                 
    3461        } 
     
    179206      { 
    180207        scene_blend alpha_blend 
     208        depth_write off 
     209        depth_check off 
    181210        vertex_program_ref GTP/PostProc/PostProc_VS 
    182211        {        
     
    187216          param_named_auto height viewport_height  
    188217          param_named Stretch float 1.2 
    189           param_named timeBlur float 0.025 
     218          param_named_auto timeBlur frame_time 0.2 
     219          //param_named timeBlur float 1 
    190220        } 
    191221        texture_unit 
Note: See TracChangeset for help on using the changeset viewer.