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/GameTools.material

    r1671 r1683  
    4141} 
    4242 
     43vertex_program TexturedVS hlsl 
     44{ 
     45        source textured.hlsl 
     46        entry_point vs 
     47        target vs_2_0 
     48}  
     49 
     50fragment_program TexturedPS hlsl 
     51{ 
     52        source textured.hlsl 
     53        entry_point ps 
     54        target ps_3_0 
     55}  
     56 
    4357material Examples/MorningSkyBox 
    4458{ 
     
    4761                pass 
    4862                { 
    49                         lighting off 
     63                        vertex_program_ref TexturedVS 
     64                        {        
     65                                param_named_auto worldViewProj worldviewproj_matrix      
     66                        }  
     67                        fragment_program_ref TexturedPS 
     68                        {  
     69                         
     70                        } 
    5071                        depth_write off 
    5172 
    5273                        texture_unit 
    5374                        { 
    54                                 cubic_texture morning.jpg separateUV 
     75                                cubic_texture Forest.dds separateUV 
     76                                //cubic_texture morning.jpg separateUV 
    5577                                tex_address_mode clamp 
    5678                        } 
Note: See TracChangeset for help on using the changeset viewer.