Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: data/trunk/materials/LaserBeam.material @ 9506

Last change on this file since 9506 was 9506, checked in by jo, 11 years ago

Updating the LaserBeam material to look more like a laser.

File size: 255 bytes
Line 
1// LaserBeam genrated by blender2ogre 0.5.8
2
3material LaserBeam
4{
5        technique
6        {
7                pass
8                {
9                        lighting off
10                        depth_write off
11                        scene_blend add
12                        texture_unit
13                        {
14                                texture LaserBlau2.png
15                                colour_op modulate
16                        }
17                }
18
19        }
20    receive_shadows on
21}
Note: See TracBrowser for help on using the repository browser.