Ignore:
Timestamp:
03/01/07 22:48:05 (17 years ago)
Author:
szirmay
Message:
 
File:
1 edited

Legend:

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

    r2179 r2181  
    4040material GTP/Basic/Depth 
    4141{ 
    42  technique 
     42 technique maintechnique 
    4343 { 
    44   pass 
     44  pass mainpass 
    4545  { 
    4646   cull_hardware clockwise 
     
    4949     param_named_auto WorldViewProj worldviewproj_matrix      
    5050   }  
    51    vertex_program_ref GTP/Basic/VDepth_PS 
     51   fragment_program_ref GTP/Basic/VDepth_PS 
    5252   {     
    5353   }    
     
    5858material GTP/Basic/DepthCCW : GTP/Basic/Depth 
    5959{ 
    60  technique 0 
     60 technique maintechnique 
    6161 { 
    62   pass 0 
     62  pass mainpass 
    6363  { 
    6464   cull_hardware anticlockwise    
     
    7979     param_named_auto WorldView     worldview_matrix      
    8080   }  
    81    vertex_program_ref GTP/Basic/CDepth_PS 
     81   fragment_program_ref GTP/Basic/CDepth_PS 
    8282   {     
    8383   }    
     
    8888material GTP/Basic/Distance 
    8989{ 
    90  technique 
     90 technique maintechnique 
    9191 { 
    92   pass 
     92  pass mainpass 
    9393  { 
    9494   cull_hardware clockwise 
     
    107107material GTP/Basic/DistanceCCW : GTP/Basic/Distance 
    108108{ 
    109  technique 0 
     109 technique maintechnique 
    110110 { 
    111   pass 0 
     111  pass mainpass 
    112112  { 
    113113   cull_hardware anticlockwise    
     
    118118material GTP/Basic/Distance_Normalized 
    119119{ 
    120  technique 
     120 technique maintechnique 
    121121 { 
    122   pass 
     122  pass mainpass 
    123123  { 
    124124   cull_hardware clockwise 
     
    138138material GTP/Basic/Distance_NormalizedCCW : GTP/Basic/Distance_Normalized 
    139139{ 
    140  technique 0 
     140 technique maintechnique 
    141141 { 
    142   pass 0 
     142  pass mainpass 
    143143  { 
    144144   cull_hardware anticlockwise    
     
    160160                        max_light_count 1 
    161161                        vertex_program_name GTP/Basic/LightVPos_VS 
    162                         fragment_program_name GTP/Basic/SM/Depth_PS 
     162                        fragment_program_name GTP/Basic/SM/Depth_VSM_PS 
    163163                        set_light_view false 
    164164                        set_light_farplane false 
     165                        world_view_proj_param_name WorldViewProj 
     166                        world_param_name World 
     167                        light_viewproj_param_name LightViewProj                  
    165168                }        
    166169     } 
Note: See TracChangeset for help on using the changeset viewer.