Ignore:
Timestamp:
10/26/06 15:33:57 (18 years ago)
Author:
szirmay
Message:
 
File:
1 edited

Legend:

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

    r1629 r1683  
    4444                { 
    4545                        texture falt2.tga 
     46                        //texture rnl_cross.hdr 
    4647                } 
    4748                          
     
    110111} 
    111112 
     113vertex_program KuppolafalVS hlsl 
     114{ 
     115        source kupola.hlsl 
     116        entry_point vs 
     117        target vs_2_0 
     118}  
     119 
     120fragment_program KuppolafalPS hlsl 
     121{ 
     122        source kupola.hlsl 
     123        entry_point ps 
     124        target ps_3_0 
     125}  
    112126 
    113127material kupolafal_low 
     
    117131   {  
    118132      pass  
    119       {                   
    120                  
     133      {          
     134                                 
    121135            texture_unit 
    122136                { 
    123                         texture falt2.tga 
     137                        texture falt2.tga                        
    124138                } 
    125139                 
Note: See TracChangeset for help on using the changeset viewer.