Ignore:
Timestamp:
08/24/06 22:29:04 (18 years ago)
Author:
szirmay
Message:
 
File:
1 edited

Legend:

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

    r1094 r1282  
    4343        pass  
    4444      { 
    45                 vertex_program_ref GameTools/PostProc1_VS 
    46          {        
    47          }  
    48                 fragment_program_ref GameTools/GlowCut_PS 
    49          {  
    50                         param_named_auto width viewport_width    
    51                 param_named_auto height viewport_height  
    52                  
    53          } 
    54         texture_unit 
    55                  { 
    56                     //filtering none 
    57                         texture rockwall.tga             
    58                  } 
    59                  texture_unit 
    60                  { 
    61                     //filtering none 
    62                         texture rockwall.tga             
    63                  }       
     45        vertex_program_ref GameTools/PostProc1_VS 
     46         {        
     47         }  
     48        fragment_program_ref GameTools/GlowCut_PS 
     49         {  
     50                param_named_auto width viewport_width    
     51                param_named_auto height viewport_height 
     52                param_named cutValue float 0.0001 
     53                param_named timeBlur float 0.008 
     54                 
     55         } 
     56        texture_unit 
     57        { 
     58            //filtering none 
     59        } 
     60        texture_unit 
     61        { 
     62            //filtering none 
     63        }        
    6464      } 
    6565   } 
     
    106106                        param_named_auto width viewport_width    
    107107                param_named_auto height viewport_height  
    108                 param_named Stretch float 3.2 
     108                param_named Stretch float 1.2 
    109109         } 
    110110        texture_unit 
     
    131131                        param_named_auto width viewport_width    
    132132                param_named_auto height viewport_height  
    133                 param_named Stretch float 3.2 
     133                param_named Stretch float 1.2 
    134134         } 
    135135        texture_unit 
Note: See TracChangeset for help on using the changeset viewer.