Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: data/branches/png2/materials/scripts/Trail.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: 415 bytes
Line 
1material Trail/backlighttrail
2{
3        technique
4        {
5                pass
6                {
7                        lighting off
8                        scene_blend alpha_blend
9                        depth_check on
10                        depth_write off
11
12                        texture_unit
13                        {
14                                texture backlighttrail.png
15                        }
16                }
17        }
18}
19
20
21material Trail/backlighttrailzwei
22{
23        technique
24        {
25                pass
26                {
27                        lighting off
28                        scene_blend alpha_blend
29                        depth_check on
30                        depth_write off
31
32                        texture_unit
33                        {
34                                texture backlighttrail2.png
35                        }
36                }
37        }
38}
Note: See TracBrowser for help on using the repository browser.