Ignore:
Timestamp:
03/01/07 18:04:37 (17 years ago)
Author:
szirmay
Message:
 
File:
1 edited

Legend:

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

    r2175 r2179  
    123123                         { 
    124124                                        max_light_count 3 
    125                                         vertex_program_name GameTools/ShadowMap/ShadowDistVS 
    126                                         fragment_program_name GameTools/ShadowMap/ShadowDistPS 
    127                                         set_light_view true 
    128                                         set_light_farplane true 
     125                                        vertex_program_name GTP/Basic/LightCPos_VS 
     126                                        fragment_program_name GTP/Basic/SM/Dist_VSM_PS 
     127                                        set_light_view true 
     128                                        set_light_farplane true 
     129                                        light_viewproj_param_name LightViewProj 
     130                                        light_view_param_name LightView 
     131                                        light_farplane_param_name lightFarPlane 
     132                                        world_view_proj_param_name WorldViewProj 
     133                                        world_param_name World 
    129134                         }                                       
    130135                    }    
     
    154159                         { 
    155160                                        max_light_count 3 
    156                                         vertex_program_name GameTools/ShadowMap/ShadowDistVS 
    157                                         fragment_program_name GameTools/ShadowMap/ShadowDistPS 
    158                                         set_light_view true 
    159                                         set_light_farplane true 
     161                                        vertex_program_name GTP/Basic/LightCPos_VS 
     162                                        fragment_program_name GTP/Basic/SM/Dist_VSM_PS 
     163                                        set_light_view true 
     164                                        set_light_farplane true 
     165                                        light_viewproj_param_name LightViewProj 
     166                                        light_view_param_name LightView 
     167                                        light_farplane_param_name lightFarPlane 
     168                                        world_view_proj_param_name WorldViewProj 
     169                                        world_param_name World 
    160170                         }                                       
    161171                    }    
     
    206216                        { 
    207217                                        max_light_count 3 
    208                                         vertex_program_name GameTools/ShadowMap/ShadowDistVS 
    209                                         fragment_program_name GameTools/ShadowMap/ShadowDistPS 
    210                                         set_light_view true 
    211                                         set_light_farplane true 
     218                                        vertex_program_name GTP/Basic/LightCPos_VS 
     219                                        fragment_program_name GTP/Basic/SM/Dist_VSM_PS 
     220                                        set_light_view true 
     221                                        set_light_farplane true 
     222                                        light_viewproj_param_name LightViewProj 
     223                                        light_view_param_name LightView 
     224                                        light_farplane_param_name lightFarPlane 
     225                                        world_view_proj_param_name WorldViewProj 
     226                                        world_param_name World 
    212227                        }                                        
    213228                }        
     
    244259                        { 
    245260                                        max_light_count 3 
    246                                         vertex_program_name GameTools/ShadowMap/ShadowDistVS 
    247                                         fragment_program_name GameTools/ShadowMap/ShadowDistPS 
    248                                         set_light_view true 
    249                                         set_light_farplane true 
     261                                        vertex_program_name GTP/Basic/LightCPos_VS 
     262                                        fragment_program_name GTP/Basic/SM/Dist_VSM_PS 
     263                                        set_light_view true 
     264                                        set_light_farplane true 
     265                                        light_viewproj_param_name LightViewProj 
     266                                        light_view_param_name LightView 
     267                                        light_farplane_param_name lightFarPlane 
     268                                        world_view_proj_param_name WorldViewProj 
     269                                        world_param_name World 
    250270                        }                                        
    251271                }        
     
    300320                        { 
    301321                                        max_light_count 3 
    302                                         vertex_program_name GameTools/ShadowMap/ShadowDistVS 
    303                                         fragment_program_name GameTools/ShadowMap/ShadowDistPS 
    304                                         set_light_view true 
    305                                         set_light_farplane true 
     322                                        vertex_program_name GTP/Basic/LightCPos_VS 
     323                                        fragment_program_name GTP/Basic/SM/Dist_VSM_PS 
     324                                        set_light_view true 
     325                                        set_light_farplane true 
     326                                        light_viewproj_param_name LightViewProj 
     327                                        light_view_param_name LightView 
     328                                        light_farplane_param_name lightFarPlane 
     329                                        world_view_proj_param_name WorldViewProj 
     330                                        world_param_name World 
    306331                        }                                        
    307332                }        
Note: See TracChangeset for help on using the changeset viewer.