Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: data/trunk/materials/laserbeam.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: 400 bytes
Line 
1material laserbeam/TEXFACE/laserbeam.tga
2{
3        technique
4        {
5                pass
6                {
7                        lighting off
8                        depth_write off
9                        scene_blend add
10                        texture_unit
11                        {
12                                texture laserbeam.png
13                                colour_op modulate
14                        }
15                        emissive 1 1 1
16                }
17        }
18
19        technique
20        {
21                scheme glow
22                pass
23                {
24                        texture_unit
25                        {
26                                texture laserbeam_glow.png
27                        }
28                        ambient 1 1 1
29                        diffuse 1 1 1
30                        specular 0 0 0 1
31                        emissive 1 1 1
32                }
33        }
34}
Note: See TracBrowser for help on using the repository browser.