Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: data/data_extern/materials/orxonox_streak1.material @ 12188

Last change on this file since 12188 was 10429, checked in by gpregger, 9 years ago

textures and materials for new explosion effect for rocket.cc

File size: 199 bytes
Line 
1
2material orxonox/explosion_streak1
3{
4        technique
5        {
6                pass
7                {
8                        lighting off
9                        scene_blend add
10                        depth_write off
11
12                        texture_unit
13                        {
14                                texture streak1.png
15                        }
16                }
17
18        }
19
20}
Note: See TracBrowser for help on using the repository browser.