Ignore:
Timestamp:
10/03/06 17:31:07 (18 years ago)
Author:
gumbau
Message:

Added F1 key functionality

File:
1 edited

Legend:

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

    r1542 r1561  
    778778                pass 
    779779                { 
    780                         cull_hardware anticlockwise 
     780                        cull_hardware clockwise 
    781781                        texture_unit 
    782782                        { 
     
    787787} 
    788788 
     789material Examples/ML11/leaf 
     790{ 
     791    technique 
     792    { 
     793        pass 
     794        { 
     795                alpha_rejection greater 150  
     796                scene_blend alpha_blend 
     797              cull_hardware none 
     798            cull_software none           
     799            texture_unit 
     800            { 
     801                    filtering linear linear none  
     802                texture ML11lef.tga 
     803            } 
     804        } 
     805    } 
     806} 
     807 
     808material Examples/ML11/trunk 
     809{ 
     810        technique 
     811        { 
     812                pass 
     813                { 
     814                        cull_hardware clockwise 
     815                        texture_unit 
     816                        { 
     817                                texture ML11brk.tif 
     818                        } 
     819                } 
     820        } 
     821} 
     822 
    789823material Examples/Rockwall 
    790824{ 
Note: See TracChangeset for help on using the changeset viewer.