Ignore:
Timestamp:
09/05/07 10:54:23 (17 years ago)
Author:
szirmay
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • GTP/trunk/App/Demos/Illum/Ogre/Media/Towers/towers.material

    r2507 r2550  
    3737                        fragment_program_ref GTP/Demo/ParallaxMapped_PS 
    3838                        { 
    39                          param_named HEIGHT_SCALE float 0.16 
     39                         param_named HEIGHT_SCALE float 0.20 
    4040                         param_named HEIGHT_BIAS float -0.04                     
    41                          param_named textureRepeat float 6 
     41                         param_named textureRepeat float 10 
    4242                        } 
    4343                        texture_unit color 
     
    173173                                { 
    174174                                        max_light_count 1 
    175                                         vertex_program_name GTP/Basic/LightVPos_VS 
    176                                         fragment_program_name GTP/Basic/SM/Depth_VSM_PS 
     175                                        vertex_program_name GTP/Basic/LightCPos_VS 
     176                                        fragment_program_name GTP/Basic/SM/CameraDepth_PS 
    177177                                        set_light_viewproj true 
    178                                         set_light_view false 
     178                                        set_light_view true 
    179179                                        set_light_farplane false 
    180180                                        world_view_proj_param_name WorldViewProj 
    181181                                        world_param_name World 
    182182                                        light_viewproj_param_name LightViewProj                  
     183                                        light_view_param_name LightView  
     184                                        pass_blending one zero 
    183185                                }        
    184186 
Note: See TracChangeset for help on using the changeset viewer.