Ignore:
Timestamp:
11/21/06 11:12:48 (18 years ago)
Author:
gumbau
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • GTP/trunk/App/Demos/Geom/OgreStuff/media/materials/scripts/RZR-002.material

    r1561 r1776  
    3030        } 
    3131} 
     32 
     33 
     34material SnowTerrain 
     35{ 
     36        technique 
     37        { 
     38                pass 
     39                { 
     40 
     41                        texture_unit 
     42                        { 
     43                                texture snow_1024.jpg 
     44                        } 
     45                } 
     46        } 
     47} 
     48 
     49material LogoGametools 
     50{ 
     51        technique 
     52        { 
     53                pass 
     54                { 
     55                  lighting off 
     56                        scene_blend alpha_blend 
     57                        depth_check off 
     58 
     59                        texture_unit 
     60                        {                                
     61                                texture logogametools.png 
     62                                filtering linear linear none  
     63                        } 
     64                } 
     65        } 
     66} 
     67 
     68material HierroOxid 
     69{        
     70  technique 
     71        { 
     72                pass 
     73                { 
     74                        texture_unit 
     75                        { 
     76                                texture MEDRUST3.JPG 
     77                        } 
     78                } 
     79        } 
     80} 
Note: See TracChangeset for help on using the changeset viewer.