Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Aug 29, 2010, 6:40:57 PM (14 years ago)
Author:
rgrieder
Message:

Replaced *.tga references with .png references.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • data/branches/png2/materials/scripts/asteroids.material

    r5314 r7259  
    119119                        texture_unit
    120120                        {
    121                                 texture nmrock.tga
     121                                texture nmrock.png
    122122                                colour_op replace
    123123                        }
     
    125125                        texture_unit
    126126                        {
    127                                 cubic_texture nm.tga combinedUVW
     127                                cubic_texture nm.png combinedUVW
    128128                                tex_coord_set 1
    129129                                tex_address_mode clamp
     
    132132                        texture_unit
    133133                        {
    134                                 cubic_texture nm.tga combinedUVW
     134                                cubic_texture nm.png combinedUVW
    135135                                tex_coord_set 2
    136136                                tex_address_mode clamp
     
    154154                        texture_unit
    155155                        {
    156                                 texture rock.tga
     156                                texture rock.png
    157157                        }
    158158
     
    206206                        texture_unit
    207207                        {
    208                                 texture nmrock.tga
     208                                texture nmrock.png
    209209                                colour_op replace
    210210                        }
     
    212212                        texture_unit
    213213                        {
    214                                 cubic_texture nm.tga combinedUVW
     214                                cubic_texture nm.png combinedUVW
    215215                                tex_coord_set 1
    216216                                tex_address_mode clamp
     
    236236                        texture_unit
    237237                        {
    238                                 texture rock.tga
    239                         }
    240 
    241                 }
    242 
    243         }
    244 
    245 
    246 }
    247 
    248 
    249 
     238                                texture rock.png
     239                        }
     240
     241                }
     242
     243        }
     244
     245
     246}
     247
     248
     249
Note: See TracChangeset for help on using the changeset viewer.