|
Last change
on this file since 5708 was
5689,
checked in by rgrieder, 16 years ago
|
|
Experimental support for OGRE v1.6 "Shoggoth".
I had to write a little script that removes all the "particle_system" keywords from the particle scripts. But since we can't write to the media folder and creating unique temporary folders is quite tedious, I derived from Ogre::Archive and created a little MemoryArchive that accepts those new particle scripts and feeds them back to the Ogre::ResourceGroupManager.
Also adjusted all particle scripts for the new script compiler (i.e. just added "particle_system" everywhere).
Note: It seems that overlays don't work anymore on Windows, compiling with MinGW.
|
-
Property svn:eol-style set to
native
|
|
File size:
599 bytes
|
| Line | |
|---|
| 1 | particle_system Orxonox/shot1 |
|---|
| 2 | { |
|---|
| 3 | quota 5000 |
|---|
| 4 | material PE/lensflare |
|---|
| 5 | particle_width 3 |
|---|
| 6 | particle_height 3 |
|---|
| 7 | cull_each false |
|---|
| 8 | renderer billboard |
|---|
| 9 | billboard_type point |
|---|
| 10 | |
|---|
| 11 | emitter Cylinder |
|---|
| 12 | { |
|---|
| 13 | angle 0 |
|---|
| 14 | colour 1 1 0 1 |
|---|
| 15 | colour_range_start 1 1 0 1 |
|---|
| 16 | colour_range_end 0.3 1 0.3 1 |
|---|
| 17 | direction 0 1 0 |
|---|
| 18 | emission_rate 260.9 |
|---|
| 19 | position 0 0 0 |
|---|
| 20 | velocity 120 |
|---|
| 21 | velocity_min 120 |
|---|
| 22 | velocity_max 120 |
|---|
| 23 | time_to_live 2 |
|---|
| 24 | time_to_live_min 2 |
|---|
| 25 | time_to_live_max 2 |
|---|
| 26 | duration 0.1 |
|---|
| 27 | duration_min 0.1 |
|---|
| 28 | duration_max 0.1 |
|---|
| 29 | repeat_delay 0.5 |
|---|
| 30 | repeat_delay_min 0.5 |
|---|
| 31 | repeat_delay_max 0.5 |
|---|
| 32 | width 0.5 |
|---|
| 33 | height 0.5 |
|---|
| 34 | depth 5 |
|---|
| 35 | } |
|---|
| 36 | } |
|---|
Note: See
TracBrowser
for help on using the repository browser.