Ignore:
Timestamp:
03/27/07 11:55:42 (18 years ago)
Author:
szirmay
Message:
 
File:
1 edited

Legend:

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

    r2284 r2294  
    4444  pass mainpass 
    4545  { 
    46    cull_hardware clockwise 
     46   cull_hardware none 
    4747   vertex_program_ref GTP/Basic/VPos_VS 
    4848   {   
     
    6969material GTP/Basic/CameraDepth 
    7070{ 
    71  technique 
    72  { 
    73   pass 
     71 technique maintechnique 
     72 { 
     73  pass mainpass 
    7474  { 
    7575   cull_hardware clockwise 
     
    8686} 
    8787 
    88 material GTP/Basic/CameraDepthCCW : GTP/Basic/CameraDepthCCW 
    89 { 
    90  technique 
    91  { 
    92   pass 
    93   { 
    94    cull_hardware anticlockwise 
    95    vertex_program_ref GTP/Basic/CPos_VS 
    96    {   
    97      param_named_auto WorldViewProj worldviewproj_matrix 
    98      param_named_auto WorldView     worldview_matrix      
    99    }  
    100    fragment_program_ref GTP/Basic/CDepth_PS 
    101    {     
    102    }    
     88material GTP/Basic/CameraDepthCCW : GTP/Basic/CameraDepth 
     89{ 
     90 technique maintechnique 
     91 { 
     92  pass mainpass 
     93  { 
     94   cull_hardware anticlockwise    
    10395  } 
    10496 } 
     
    173165  { 
    174166        vertex_program_ref GTP/Basic/LightVPos_VS 
    175         {        
    176             param_named_auto    World           world_matrix 
    177             param_named_auto    WorldViewProj   worldviewproj_matrix 
    178             param_named         LightViewProj   matrix4x4         
    179         }  
     167    {        
     168            param_named_auto    World                   world_matrix 
     169        param_named_auto        WorldViewProj   worldviewproj_matrix 
     170            param_named                 LightViewProj   matrix4x4 1 0 0 0 0 1 0 0 0 0  1 0 0 0 0 1 
     171    }  
    180172        fragment_program_ref  GTP/Basic/LightVPos_PS 
    181         {  
     173    {  
    182174            
    183         } 
     175    } 
    184176  } 
    185177 }               
Note: See TracChangeset for help on using the changeset viewer.