Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: data/branches/png2/materials/scripts/hoover.material @ 7259

Last change on this file since 7259 was 7259, checked in by rgrieder, 14 years ago

Replaced *.tga references with .png references.

  • Property svn:eol-style set to native
File size: 381 bytes
RevLine 
[5055]1material SOLID/TEX/hoover_turbine.tga
[5023]2{
3        technique
4        {
5                pass
6                {
7                        texture_unit
8                        {
[7259]9                                texture hoover_turbine.png
[5023]10                        }
11                }
12        }
13}
[5055]14material SOLID/TEX/hoover_gear.tga
[5023]15{
16        technique
17        {
18                pass
19                {
20                        texture_unit
21                        {
[7259]22                                texture hoover_gear.png
[5023]23                        }
24                }
25        }
26}
[5055]27material SOLID/TEX/hoover_body.tga
[5023]28{
29        technique
30        {
31                pass
32                {
33                        texture_unit
34                        {
[7259]35                                texture hoover_body.png
[5023]36                        }
37                }
38        }
39}
Note: See TracBrowser for help on using the repository browser.