Ignore:
Timestamp:
07/11/06 15:47:50 (19 years ago)
Author:
szirmay
Message:
 
Location:
GTP/trunk/App/Demos/Illum/Ogre/Media/materials/scripts
Files:
2 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 
  • GTP/trunk/App/Demos/Illum/Ogre/Media/materials/scripts/GameTools.program

    r1102 r1118  
    228228{ 
    229229        source GameTools_DepthShadow.hlsl 
    230         entry_point hDepthVS 
    231         target vs_1_1 
     230        entry_point DepthVS 
     231        target vs_3_0 
    232232}  
    233233 
     
    236236        source GameTools_DepthShadow.hlsl 
    237237        entry_point DepthPS 
    238         target ps_2_0 
     238        target ps_3_0 
    239239 
    240240}  
Note: See TracChangeset for help on using the changeset viewer.