Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 31, 2011, 4:57:50 PM (13 years ago)
Author:
youngk
Message:

Greatly reduced footprint of planet textures by converting them to jpeg.

File:
1 edited

Legend:

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

    r8432 r8691  
    124124        }
    125125}
    126 material planet3Tex/TEXFACE/planet_3.png
     126material planet3Tex/TEXFACE/planet_3.jpg
    127127{
    128128        receive_shadows on
     
    136136                        texture_unit
    137137                        {
    138                                 texture planet_3.png
     138                                texture planet_3.jpg
    139139                                colour_op modulate
    140140                        }
     
    149149        }
    150150}
    151 material solTex/TEXFACE/star_sol.png
     151material solTex/TEXFACE/star_sol.jpg
    152152{
    153153        receive_shadows on
     
    161161                        texture_unit
    162162                        {
    163                                 texture star_sol.png
     163                                texture star_sol.jpg
    164164                                colour_op modulate
    165165                        }
     
    174174        }
    175175}
    176 material muunilinstTex/TEXFACE/planet_muunilinst.png
     176material muunilinstTex/TEXFACE/planet_muunilinst.jpg
    177177{
    178178        receive_shadows on
     
    186186                        texture_unit
    187187                        {
    188                                 texture planet_muunilinst.png
     188                                texture planet_muunilinst.jpg
    189189                                colour_op modulate
    190190                        }
     
    199199        }
    200200}
    201 material moonTex/TEXFACE/planet_moon.png
     201material moonTex/TEXFACE/planet_moon.jpg
    202202{
    203203        receive_shadows on
     
    211211                        texture_unit
    212212                        {
    213                                 texture planet_moon.png
     213                                texture planet_moon.jpg
    214214                                colour_op modulate
    215215                        }
     
    224224        }
    225225}
    226 material jupiter/TEXFACE/planet_jupiter.png
     226material jupiter/TEXFACE/planet_jupiter.jpg
    227227{
    228228        receive_shadows on
     
    236236                        texture_unit
    237237                        {
    238                                 texture planet_jupiter.png
     238                                texture planet_jupiter.jpg
    239239                                colour_op modulate
    240240                        }
     
    249249        }
    250250}
    251 material ganymedeTex/TEXFACE/planet_ganymede.png
     251material ganymedeTex/TEXFACE/planet_ganymede.jpg
    252252{
    253253        receive_shadows on
     
    261261                        texture_unit
    262262                        {
    263                                 texture planet_ganymede.png
     263                                texture planet_ganymede.jpg
    264264                                colour_op modulate
    265265                        }
     
    274274        }
    275275}
    276 material earthTex/TEXFACE/planet_earth.png
     276material earthTex/TEXFACE/planet_earth.jpg
    277277{
    278278        receive_shadows on
     
    286286                        texture_unit
    287287                        {
    288                                 texture planet_earth.png
     288                                texture planet_earth.jpg
    289289                                colour_op modulate
    290290                        }
Note: See TracChangeset for help on using the changeset viewer.