Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 9864


Ignore:
Timestamp:
Dec 2, 2013, 4:51:12 PM (10 years ago)
Author:
wroennin
Message:

added textures for 3Dradar

Location:
data/trunk
Files:
2 added
2 edited

Legend:

Unmodified
Added
Removed
  • data/trunk/materials/Orxonox.material

    r9825 r9864  
    141141        }
    142142}
     143
    143144material Orxonox/Radar3D
    144145{
     
    159160}
    160161
     162material Orxonox/Radar3DFront
     163{
     164        technique
     165        {
     166                pass
     167                {
     168                        lighting off
     169                        scene_blend alpha_blend
     170                        depth_check off
     171
     172                        texture_unit
     173                        {
     174                                texture radar3D_2_1.png
     175                        }
     176                }
     177        }
     178}
     179
     180material Orxonox/Radar3DBack
     181{
     182        technique
     183        {
     184                pass
     185                {
     186                        lighting off
     187                        scene_blend alpha_blend
     188                        depth_check off
     189
     190                        texture_unit
     191                        {
     192                                texture radar3D_2_2.png
     193                        }
     194                }
     195        }
     196}
     197
    161198material Orxonox/RadarSquare
    162199{
     
    189226                        texture_unit
    190227                        {
    191                                 texture console2.png
     228                                texture radar3D_2_1.png
    192229                        }
    193230                }
Note: See TracChangeset for help on using the changeset viewer.