Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: data/trunk/materials/LaserBeam2.material @ 9762

Last change on this file since 9762 was 9762, checked in by landauf, 10 years ago

renamed LaserBeam as LaserBeam2 (because there's already another model called laserbeam)

File size: 256 bytes
Line 
1// LaserBeam2 genrated by blender2ogre 0.5.8
2
3material LaserBeam2
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.