Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/presentationFS15/data/particle/orxonox_explosionFlame.particle @ 10485

Last change on this file since 10485 was 10485, checked in by maxima, 10 years ago

ParticleEffects branch merged to presentation. New level PresentationFS15. New SpaceShip spaceshipFS15 with both RocketFire and RocketFireOld

File size: 939 bytes
RevLine 
[10428]1
2particle_system orxonox/explosion_flame
3{
4        quota   500
5        material        PE/bigFlame
6        particle_width  20.52
7        particle_height 20.25
8        cull_each       false
9        renderer        billboard
10        billboard_type  point
11
12        emitter Box
13        {
14                angle   180
15                colour  1 0.533333 0.0631577 1
16                colour_range_start      1 0.533333 0.0631577 1
17                colour_range_end        0.441667 0 0 1
18                direction       1 0 0
19                emission_rate   2000
20                position        0 0 0
21                velocity        30
22                velocity_min    30
23                velocity_max    80
24                time_to_live    0.2
25                time_to_live_min        0.2
26                time_to_live_max        3
27                duration        0.1
28                duration_min    0.1
29                duration_max    0.1
30                repeat_delay    20
31                repeat_delay_min        20
32                repeat_delay_max        20
33                width   2
34                height  2
35                depth   2
36        }
37
38        affector Scaler
39        {
40                rate    20
41        }
42
43        affector ColourFader
44        {
45                red     -1
46                green   -1
47                blue    -1
48                alpha   -1
49        }
50
51        affector Rotator
52        {
53                rotation_speed_range_start      -360
54                rotation_speed_range_end        360
55                rotation_range_start    0
56                rotation_range_end      360
57        }
58}
Note: See TracBrowser for help on using the repository browser.