Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 5157 for data


Ignore:
Timestamp:
Jun 22, 2008, 12:09:31 AM (16 years ago)
Author:
rgrieder
Message:
  • added hud related files
Location:
data/Media
Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • data/Media/materials/scripts/Orxonox.material

    r5148 r5157  
    120120                        {
    121121                                texture radar.tga
     122                        }
     123                }
     124        }
     125}
     126
     127material Orxonox/RadarSquare
     128{
     129        technique
     130        {
     131                pass
     132                {
     133                        lighting off
     134                        scene_blend alpha_blend
     135                        depth_check off
     136
     137                        texture_unit
     138                        {
     139                                texture RadarSquare.tga
     140                        }
     141                }
     142        }
     143}
     144
     145material Orxonox/RadarMarker
     146{
     147        technique
     148        {
     149                pass
     150                {
     151                        lighting off
     152                        scene_blend alpha_blend
     153                        depth_check off
     154
     155                        texture_unit
     156                        {
     157                                texture console2.tga
    122158                        }
    123159                }
  • data/Media/overlay/hud.oxo

    r5154 r5157  
    1 <OverlayGroup name="OrxonoxHUD">
    2   <HUDSpeedBar name ="SpeedBar1" size=0.35,0.05 position=0.02,0.98 origin=0,1 value=0 />
    3   <HUDFPSText name="FPSText" size = 0.043,0.043 position=0.03,0.03 font="Monofur" caption="Frames per second: " />
    4   <HUDRTRText name="RTRText" size = 0.043,0.043 position=0.03,0.06 font="Monofur" caption="Render time ratio: " />
     1<OverlayGroup name="HUD" scale=1,1>
     2  <HUDSpeedBar name ="SpeedBar1" background="Orxonox/BarBackground" size=0.35,0.05 position=0.0,0.0 origin=0,0 value=0 />
     3  <HUDSpeedBar name ="SpeedBar2" background="Orxonox/BarBackground" size=0.35,0.05 position=1.0,0.0 origin=1,0 value=0 />
     4  <HUDSpeedBar name ="SpeedBar3" background="Orxonox/BarBackground" size=0.35,0.05 position=0.0,1.0 origin=0,1 value=0 />
     5  <HUDSpeedBar name ="SpeedBar4" background="Orxonox/BarBackground" size=0.35,0.05 position=1.0,1.0 origin=1,1 value=0 />
    56  <HUDNavigation name="Navigation" correctAspect=true font="Monofur" navmarkersize=0.03,0.03 />
     7  <HUDRadar name ="Radar" background="Orxonox/Radar" correctAspect=true size=0.17,0.17 position=0.5,1 origin=0.5,1 rotation=0 />
    68</OverlayGroup>
     9
     10<OverlayGroup name="Debug" scale=1,1>
     11  <HUDFPSText name="FPSText" textSize = 0.043 position=0.03,0.03 font="Monofur" caption="Frames per second: " />
     12  <HUDRTRText name="RTRText" textSize = 0.043 position=0.03,0.06 font="Monofur" caption="Render time ratio: " />
     13</OverlayGroup>
Note: See TracChangeset for help on using the changeset viewer.