Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/SuperOrxoBros_HS18/data_extern/materials/Trail.material @ 12175

Last change on this file since 12175 was 12175, checked in by siramesh, 5 years ago

Super Orxo Bros (Sidharth Ramesh, Nisa Balta, Jeff Ren)

File size: 641 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                        emissive 1 1 1
12
13                        texture_unit
14                        {
15                                texture backlighttrail.png
16                        }
17                }
18        }
19
20        technique
21        {
22                scheme glow
23                pass
24                {
25                        lighting off
26                        scene_blend alpha_blend
27                        depth_check on
28                        depth_write off
29                        emissive 1 1 1
30
31                        texture_unit
32                        {
33                                texture backlighttrail_glow.png
34                        }
35                }
36        }
37}
38
39
40material Trail/backlighttrailzwei
41{
42        technique
43        {
44                pass
45                {
46                        lighting off
47                        scene_blend alpha_blend
48                        depth_check on
49                        depth_write off
50
51                        texture_unit
52                        {
53                                texture backlighttrail2.png
54                        }
55                }
56        }
57}
Note: See TracBrowser for help on using the repository browser.