Revision 657,
824 bytes
checked in by mattausch, 19 years ago
(diff) |
added ogre dependencies and patched ogre sources
|
Rev | Line | |
---|
[657] | 1 | // Example particle systems
|
---|
| 2 |
|
---|
| 3 | // smoke
|
---|
| 4 | Examples/Smoke
|
---|
| 5 | {
|
---|
| 6 | material Examples/Smoke
|
---|
| 7 | particle_width 55
|
---|
| 8 | particle_height 55
|
---|
| 9 | cull_each true
|
---|
| 10 | quota 500
|
---|
| 11 | billboard_type point
|
---|
| 12 |
|
---|
| 13 | // Area emitter
|
---|
| 14 | emitter Point
|
---|
| 15 | {
|
---|
| 16 | angle 11
|
---|
| 17 | emission_rate 15
|
---|
| 18 | time_to_live 4
|
---|
| 19 | direction 0 1 0
|
---|
| 20 | velocity_min 150
|
---|
| 21 | velocity_max 240
|
---|
| 22 | }
|
---|
| 23 |
|
---|
| 24 | affector ColourImage
|
---|
| 25 | {
|
---|
| 26 | image smokecolors.png
|
---|
| 27 | }
|
---|
| 28 |
|
---|
| 29 | affector Rotator
|
---|
| 30 | {
|
---|
| 31 | rotation_range_start 0
|
---|
| 32 | rotation_range_end 360
|
---|
| 33 | rotation_speed_range_start -60
|
---|
| 34 | rotation_speed_range_end 200
|
---|
| 35 | }
|
---|
| 36 |
|
---|
| 37 | affector Scaler
|
---|
| 38 | {
|
---|
| 39 | rate 100
|
---|
| 40 | }
|
---|
| 41 |
|
---|
| 42 | }
|
---|
Note: See
TracBrowser
for help on using the repository browser.