Changeset 1776


Ignore:
Timestamp:
11/21/06 11:12:48 (18 years ago)
Author:
gumbau
Message:
 
Location:
GTP/trunk/App/Demos/Geom/OgreStuff/media
Files:
8 added
5 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} 
  • GTP/trunk/App/Demos/Geom/OgreStuff/media/overlays/Demo_LodStrips.overlay

    r1561 r1776  
    66        { 
    77                metrics_mode pixels 
    8                 vert_align top 
     8                vert_align bottom 
    99                left 5  
    10                 top 5 
    11                 width 300 
    12                 height 45 
     10                top -105 
     11                width   200 
     12                height  100 
    1313                material Core/StatsBlockCenter 
    14                 border_size 1 1 1 1 
    15                 border_material Core/StatsBlockBorder 
    16                 border_topleft_uv     0.0000 1.0000 0.0039 0.9961 
     14        border_size 1 1 1 1 
     15        border_material Core/StatsBlockBorder 
     16        border_topleft_uv     0.0000 1.0000 0.0039 0.9961 
    1717                border_top_uv         0.0039 1.0000 0.9961 0.9961 
    1818                border_topright_uv    0.9961 1.0000 1.0000 0.9961 
     
    2020                border_right_uv       0.9961 0.9961 1.0000 0.0039 
    2121                border_bottomleft_uv  0.0000 0.0039 0.0039 0.0000 
    22                 border_bottom_uv      0.0039 0.0039 0.9961 0.0000 
     22        border_bottom_uv      0.0039 0.0039 0.9961 0.0000 
    2323                border_bottomright_uv 0.9961 0.0039 1.0000 0.0000 
    2424 
     
    4040                        metrics_mode pixels 
    4141                        left 5 
    42                         top 20 
    43                         width 90 
     42                        top 5 
     43                        width 180 
    4444                        height 30 
    4545                        font_name TrebuchetMSBold 
    46                         char_height 16 
    47                         colour_top 0.5 0.7 0.5 
    48                         colour_bottom 0.3 0.5 0.3 
     46                        char_height 18 
     47                        colour_top    1 1 0.7 
     48            colour_bottom 1 1 0.7 
    4949                } 
    5050                element TextArea(Demo_LodStrips/Help) 
     
    5252                        metrics_mode pixels 
    5353                        left 5 
    54                         top 50 
     54                        top -230 
    5555                        width 90 
    5656                        height 50 
     
    6060                        colour_bottom 0.3 0.5 0.3 
    6161                } 
     62                element TextArea(Demo_LodStrips/ModoLOD) 
     63                { 
     64                        metrics_mode pixels 
     65                        left 220 
     66                        top 85 
     67                        width 90 
     68                        height 50 
     69                        font_name TrebuchetMSBold 
     70                        char_height 16 
     71                        colour_top 0.5 0.7 0.5 
     72                        colour_bottom 0.3 0.5 0.3 
     73                } 
     74                element TextArea(Demo_LodStrips/Shadows) 
     75                { 
     76                        metrics_mode pixels 
     77                        left 440 
     78                        top 85 
     79                        width 90 
     80                        height 50 
     81                        font_name TrebuchetMSBold 
     82                        char_height 16 
     83                        colour_top 0.5 0.7 0.5 
     84                        colour_bottom 0.3 0.5 0.3 
     85                } 
     86 
     87        } 
     88        container Panel(Demo_LodStrips/PanelLogo) 
     89        { 
     90            metrics_mode   pixels 
     91            horz_align     right 
     92            vert_align     bottom 
     93            top  -83 
     94            left -70 
     95            width 65 
     96            height 78 
     97            material LogoGametools 
    6298        } 
    6399} 
Note: See TracChangeset for help on using the changeset viewer.