Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: data/trunk/materials/lensflare.material @ 9447

Last change on this file since 9447 was 9447, checked in by davidsa, 12 years ago

Added Material for Lens Flare effects, this is still very much WIP and will probably change quite a bit

File size: 782 bytes
Line 
1material lensflare/halo
2 {
3    technique
4    {
5        pass
6        {
7            lighting off
8            scene_blend src_alpha dest_alpha
9            depth_write off
10 
11            cull_hardware none
12            cull_software none
13 
14            texture_unit
15            {
16                tex_address_mode clamp
17                texture lensflare-halo.png
18            }
19        }
20    }
21 }
22
23
24 material lensflare/burst
25 {
26    technique
27    {
28        pass
29        {
30            lighting off
31            scene_blend src_alpha dest_alpha
32            depth_write off
33 
34            cull_hardware none
35            cull_software none
36 
37            texture_unit
38            {
39                tex_address_mode clamp
40                texture lensflare-burst.png
41            }
42        }
43    }
44 }
Note: See TracBrowser for help on using the repository browser.