Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 11, 2008, 1:41:20 AM (16 years ago)
Author:
rgrieder
Message:

changed all PNG to TGA and adjusted the material, overlay, mesh and particle scripts/files.
added backToPNG folder with the old files, just in case someone doesn't like back merges

File:
1 edited

Legend:

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

    r5023 r5055  
    1 material SOLID/TEX/hoover_turbine.png
     1material SOLID/TEX/hoover_turbine.tga
    22{
    33        technique
     
    77                        texture_unit
    88                        {
    9                                 texture hoover_turbine.png
     9                                texture hoover_turbine.tga
    1010                        }
    1111                }
    1212        }
    1313}
    14 material SOLID/TEX/hoover_gear.png
     14material SOLID/TEX/hoover_gear.tga
    1515{
    1616        technique
     
    2020                        texture_unit
    2121                        {
    22                                 texture hoover_gear.png
     22                                texture hoover_gear.tga
    2323                        }
    2424                }
    2525        }
    2626}
    27 material SOLID/TEX/hoover_body.png
     27material SOLID/TEX/hoover_body.tga
    2828{
    2929        technique
     
    3333                        texture_unit
    3434                        {
    35                                 texture hoover_body.png
     35                                texture hoover_body.tga
    3636                        }
    3737                }
Note: See TracChangeset for help on using the changeset viewer.