Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Nov 23, 2015, 3:44:31 PM (9 years ago)
Author:
holzerj
Message:

Added Mine, ice particle, rocketfire, psygun

Location:
code/branches/particleEffectsHS15/data/particle
Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • code/branches/particleEffectsHS15/data/particle/ice.particle

    r10671 r10836  
    11particle_system Orxonox/ice
    22{
    3         material PE/Hidden.001
    4         particle_width 66.6699981689453
    5         particle_height 38.0999984741211
     3        material PE/iceCrystal
     4        particle_width 5
     5        particle_height 5
    66        quota 7000
    77        cull_each false
     
    1818        emitter Box
    1919        {
    20                 position 0.0 500.0 0.0
    21                 direction 0.0 0.0 1.0
    22                 angle 0
    23                 width 200
    24                 height 200
    25                 depth 200
    26                 emission_rate 20
     20                position 0.0 0.0 0.0
     21                direction 1.0 1.0 1.0
     22                angle 45
     23                width 20
     24                height 20
     25                depth 20
     26                emission_rate 200
    2727                velocity_min 1
    2828                velocity_max 1
    29                 time_to_live_min 10
    30                 time_to_live_max 20
     29                time_to_live_min 3
     30                time_to_live_max 6
    3131                duration_min 0
    3232                duration_max 0
     
    3434                repeat_delay_max 0
    3535                colour_range_start 1 1 1 1
    36                 colour_range_end 0.835294 0.956863 1 1
     36                colour_range_end 0.9 1 1 1
    3737        }
    3838
  • code/branches/particleEffectsHS15/data/particle/rocketfire.particle

    r10671 r10836  
    11particle_system Orxonox/rocketfire
    22{
    3         material PE/Special.001
    4         particle_width 6.67000007629395
    5         particle_height 3.80999994277954
    6         quota 300
    7         cull_each false
    8         sorted false
    9         local_space false
     3        material PE/glowEffect
     4        particle_width 2
     5        particle_height 2
     6        quota 10000
     7        cull_each true
     8        sorted true
     9        local_space true
    1010        iteration_interval 0.0
    1111        nonvisible_update_timeout 0.0
     
    1818        emitter Ellipsoid
    1919        {
    20                 position 0.0 0.0 3.0
     20                position 0.05 0.0 2.0
    2121                direction 0.0 0.0 1.0
    2222                angle 0
     
    2626                emission_rate 1200
    2727                velocity_min 10
    28                 velocity_max 48
     28                velocity_max 20
    2929                time_to_live_min 0.1
    30                 time_to_live_max 0.19
     30                time_to_live_max 0.1
    3131                duration_min 0
    3232                duration_max 0
     
    3636                colour_range_end 1 0 0 1
    3737        }
     38        emitter Ellipsoid
     39        {
     40                position 0.05 0.0 2.0
     41                direction 0.0 0.0 1.0
     42                angle 0
     43                width 0
     44                height 0
     45                depth 0
     46                emission_rate 100
     47                velocity_min 5
     48                velocity_max 10
     49                time_to_live_min 0.1
     50                time_to_live_max 0.1
     51                duration_min 0
     52                duration_max 0
     53                repeat_delay_min 0
     54                repeat_delay_max 0
     55                colour_range_start 0.2 0.5 0.65
     56                colour_range_end 0.25 0.55 0.7
     57        }
    3858
    3959        affector Scaler
Note: See TracChangeset for help on using the changeset viewer.