Last change
on this file since 21 was
21,
checked in by nicolasc, 17 years ago
|
added ogreode and Colladaplugin
|
File size:
768 bytes
|
Line | |
---|
1 | OgreOdeDemos/Rocket |
---|
2 | { |
---|
3 | material Examples/Smoke |
---|
4 | particle_width 0.5 |
---|
5 | particle_height 0.5 |
---|
6 | cull_each true |
---|
7 | quota 500 |
---|
8 | billboard_type point |
---|
9 | |
---|
10 | emitter Point |
---|
11 | { |
---|
12 | emission_rate 50 |
---|
13 | time_to_live 1 |
---|
14 | direction 0 1 0 |
---|
15 | velocity_min 0.2 |
---|
16 | velocity_max 1.0 |
---|
17 | } |
---|
18 | |
---|
19 | affector ColourImage |
---|
20 | { |
---|
21 | image smokecolors.png |
---|
22 | } |
---|
23 | |
---|
24 | affector Rotator |
---|
25 | { |
---|
26 | rotation_range_start 0 |
---|
27 | rotation_range_end 360 |
---|
28 | rotation_speed_range_start -60 |
---|
29 | rotation_speed_range_end 200 |
---|
30 | } |
---|
31 | |
---|
32 | affector Scaler |
---|
33 | { |
---|
34 | rate 1 |
---|
35 | } |
---|
36 | } |
---|
37 | |
---|
Note: See
TracBrowser
for help on using the repository browser.