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

Added F1 key functionality

Location:
GTP/trunk/App/Demos/Geom/OgreStuff/media
Files:
1 added
5 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{ 
  • GTP/trunk/App/Demos/Geom/OgreStuff/media/materials/scripts/RZR-002.material

    r1092 r1561  
    1414        } 
    1515} 
     16 
     17 
     18material RockTerrain 
     19{ 
     20        technique 
     21        { 
     22                pass 
     23                { 
     24 
     25                        texture_unit 
     26                        { 
     27                                texture terr_rock-dirt.jpg 
     28                        } 
     29                } 
     30        } 
     31} 
  • GTP/trunk/App/Demos/Geom/OgreStuff/media/overlays/Demo_LodStrips.overlay

    r1092 r1561  
    4848                        colour_bottom 0.3 0.5 0.3 
    4949                } 
     50                element TextArea(Demo_LodStrips/Help) 
     51                { 
     52                        metrics_mode pixels 
     53                        left 5 
     54                        top 50 
     55                        width 90 
     56                        height 50 
     57                        font_name TrebuchetMSBold 
     58                        char_height 16 
     59                        colour_top 0.5 0.7 0.5 
     60                        colour_bottom 0.3 0.5 0.3 
     61                } 
    5062        } 
    5163} 
Note: See TracChangeset for help on using the changeset viewer.