Changeset 1776 for GTP/trunk/App/Demos
- Timestamp:
- 11/21/06 11:12:48 (18 years ago)
- 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 30 30 } 31 31 } 32 33 34 material SnowTerrain 35 { 36 technique 37 { 38 pass 39 { 40 41 texture_unit 42 { 43 texture snow_1024.jpg 44 } 45 } 46 } 47 } 48 49 material 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 68 material 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 6 6 { 7 7 metrics_mode pixels 8 vert_align top8 vert_align bottom 9 9 left 5 10 top 511 width 30012 height 4510 top -105 11 width 200 12 height 100 13 13 material Core/StatsBlockCenter 14 15 16 14 border_size 1 1 1 1 15 border_material Core/StatsBlockBorder 16 border_topleft_uv 0.0000 1.0000 0.0039 0.9961 17 17 border_top_uv 0.0039 1.0000 0.9961 0.9961 18 18 border_topright_uv 0.9961 1.0000 1.0000 0.9961 … … 20 20 border_right_uv 0.9961 0.9961 1.0000 0.0039 21 21 border_bottomleft_uv 0.0000 0.0039 0.0039 0.0000 22 22 border_bottom_uv 0.0039 0.0039 0.9961 0.0000 23 23 border_bottomright_uv 0.9961 0.0039 1.0000 0.0000 24 24 … … 40 40 metrics_mode pixels 41 41 left 5 42 top 2043 width 9042 top 5 43 width 180 44 44 height 30 45 45 font_name TrebuchetMSBold 46 char_height 1 647 colour_top 0.5 0.7 0.548 colour_bottom 0.3 0.5 0.346 char_height 18 47 colour_top 1 1 0.7 48 colour_bottom 1 1 0.7 49 49 } 50 50 element TextArea(Demo_LodStrips/Help) … … 52 52 metrics_mode pixels 53 53 left 5 54 top 5054 top -230 55 55 width 90 56 56 height 50 … … 60 60 colour_bottom 0.3 0.5 0.3 61 61 } 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 62 98 } 63 99 }
Note: See TracChangeset
for help on using the changeset viewer.