Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: data/trunk/materials/Trail.material @ 11084

Last change on this file since 11084 was 11084, checked in by landauf, 8 years ago

added glow shader & textures

  • Property svn:eol-style set to native
File size: 615 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                        emissive 1 1 1
18                }
19        }
20
21        technique
22        {
23                scheme glow
24                pass
25                {
26                        texture_unit
27                        {
28                                texture backlighttrail_glow.png
29                        }
30                        ambient 1 1 1
31                        diffuse 1 1 1
32                        specular 0 0 0 1
33                        emissive 1 1 1
34                }
35        }
36}
37
38
39material Trail/backlighttrailzwei
40{
41        technique
42        {
43                pass
44                {
45                        lighting off
46                        scene_blend alpha_blend
47                        depth_check on
48                        depth_write off
49
50                        texture_unit
51                        {
52                                texture backlighttrail2.png
53                        }
54                }
55        }
56}
Note: See TracBrowser for help on using the repository browser.