Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

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

improved glow effects

  • Property svn:eol-style set to native
File size: 641 bytes
RevLine 
[5313]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
[11088]11                        emissive 1 1 1
[5313]12
13                        texture_unit
14                        {
[7369]15                                texture backlighttrail.png
[5313]16                        }
17                }
18        }
[11084]19
20        technique
21        {
22                scheme glow
23                pass
24                {
[11088]25                        lighting off
26                        scene_blend alpha_blend
27                        depth_check on
28                        depth_write off
29                        emissive 1 1 1
30
[11084]31                        texture_unit
32                        {
33                                texture backlighttrail_glow.png
34                        }
35                }
36        }
[5313]37}
[7114]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                        {
[7369]53                                texture backlighttrail2.png
[7114]54                        }
55                }
56        }
57}
Note: See TracBrowser for help on using the repository browser.