Ignore:
Timestamp:
10/23/06 23:28:16 (18 years ago)
Author:
szirmay
Message:
 
File:
1 edited

Legend:

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

    r1629 r1671  
    221221        {  
    222222                         
     223        } 
     224         
     225       } 
     226    } 
     227} 
     228 
     229material GameTools/ShadowMapDistance 
     230{  
     231 
     232   technique  
     233   {  
     234      scene_blend none 
     235 
     236      pass  
     237      {  
     238                cull_hardware anticlockwise 
     239                //cull_hardware none 
     240                 
     241                vertex_program_ref GameTools/ShadowMap/DistVS 
     242        {        
     243          param_named_auto worldViewProj worldviewproj_matrix 
     244          param_named_auto worldView worldview_matrix           
     245            }  
     246                fragment_program_ref  GameTools/ShadowMap/DistPS 
     247        {  
     248                        param_named_auto farPlane far_clip_distance 
    223249        } 
    224250         
Note: See TracChangeset for help on using the changeset viewer.