Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Aug 29, 2009, 10:04:04 PM (15 years ago)
Author:
rgrieder
Message:

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.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/resource2/data/particle/Example.particle

    r5352 r5689  
    22
    33// Exudes greeny particles which float upwards
    4 Examples/GreenyNimbus
     4particle_system Examples/GreenyNimbus
    55{
    66    material        Examples/FlarePointSprite
     
    4949
    5050// A sparkly purple fountain
    51 Examples/PurpleFountain
     51particle_system Examples/PurpleFountain
    5252{
    5353    material        Examples/Flare2
     
    8989
    9090// A downpour
    91 Examples/Rain
     91particle_system Examples/Rain
    9292{
    9393    material        Examples/Droplet
     
    125125
    126126// A jet engine (of sorts)
    127 Examples/JetEngine1
     127particle_system Examples/JetEngine1
    128128{
    129129        material                Examples/Flare
     
    154154       
    155155}
    156 Examples/JetEngine2
     156particle_system Examples/JetEngine2
    157157{
    158158        material                Examples/Flare
     
    185185
    186186// Exudes aureola particles which around the model float upwards
    187 Examples/Aureola
     187particle_system Examples/Aureola
    188188{
    189189    material        Examples/Aureola
     
    247247
    248248
    249 Examples/Swarm
     249particle_system Examples/Swarm
    250250{
    251251        quota   3000
     
    342342
    343343
    344 Examples/Snow
     344particle_system Examples/Snow
    345345{
    346346        quota   2000
Note: See TracChangeset for help on using the changeset viewer.