Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/resource2/data/particle/engineglow.particle @ 5689

Last change on this file since 5689 was 5689, checked in by rgrieder, 15 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: 714 bytes
Line 
1
2particle_system Orxonox/engineglow
3{
4        quota   200
5        material        PE/bigFlame
6        particle_width  12
7        particle_height 12
8        cull_each       false
9        renderer        billboard
10        billboard_type  point
11
12        emitter HollowEllipsoid
13        {
14                angle   0
15                colour  0.46875 0.8125 0.93359375 1
16                colour_range_start      .6640625 .91796875 .92578125 1
17                colour_range_end        .08203125 .7578125 .98046875 1
18                direction       0 1 0
19                emission_rate   45
20                position        0 0 0
21                velocity        5
22                velocity_min    4
23                velocity_max    6
24                time_to_live    0.5
25                time_to_live_min        0.2
26                time_to_live_max        0.9
27                duration        0
28                duration_min    0
29                duration_max    0
30                repeat_delay    0
31                repeat_delay_min        0
32                repeat_delay_max        0
33                width   4
34                height  2.5
35                depth   1.3
36                inner_width     0.5
37                inner_height    0.3
38                inner_depth     0.2
39        }
40}
Note: See TracBrowser for help on using the repository browser.