Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/SuperOrxoBros_HS18/data_extern/materials/LaserBeam2.material @ 12175

Last change on this file since 12175 was 12175, checked in by siramesh, 5 years ago

Super Orxo Bros (Sidharth Ramesh, Nisa Balta, Jeff Ren)

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.