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.program

    r1131 r1671  
    252252        target ps_3_0 
    253253 
     254} 
     255 
     256vertex_program GameTools/ShadowMap/DistVS hlsl 
     257{ 
     258        source GameTools_DepthShadow.hlsl 
     259        entry_point DepthDistVS 
     260        target vs_3_0 
     261}  
     262 
     263fragment_program GameTools/ShadowMap/DistPS hlsl 
     264{ 
     265        source GameTools_DepthShadow.hlsl 
     266        entry_point DepthDistPS 
     267        target ps_3_0 
     268 
    254269}  
    255270 
     
    269284}  
    270285 
     286vertex_program GameTools/ShadowMap/ShadowDistVS hlsl 
     287{ 
     288        source GameTools_DepthShadow.hlsl 
     289        entry_point distShadowVS 
     290        target vs_1_1 
     291}  
     292 
     293fragment_program GameTools/ShadowMap/ShadowDistPS hlsl 
     294{ 
     295        source GameTools_DepthShadow.hlsl 
     296        entry_point distShadowPS 
     297        target ps_2_0 
     298 
     299}  
     300 
    271301vertex_program GameTools/UV_VS hlsl 
    272302{ 
Note: See TracChangeset for help on using the changeset viewer.