Ignore:
Timestamp:
07/11/06 15:47:50 (18 years ago)
Author:
szirmay
Message:
 
File:
1 edited

Legend:

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

    r1102 r1118  
    170170      pass  
    171171      {  
    172                 cull_hardware anticlockwise 
     172                //cull_hardware anticlockwise 
    173173                 
    174174                vertex_program_ref GameTools/ShadowMap/DepthVS 
    175175        {        
    176             param_named_auto worldView worldview_matrix 
    177             param_named_auto worldViewProj worldviewproj_matrix 
    178              
     176           param_named_auto viewProj viewproj_matrix 
     177           param_named_auto worldViewProj worldviewproj_matrix             
    179178            }  
    180179                fragment_program_ref  GameTools/ShadowMap/DepthPS 
Note: See TracChangeset for help on using the changeset viewer.