Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jun 7, 2008, 4:20:00 PM (16 years ago)
Author:
landauf
Message:

reduced amount of particles

File:
1 edited

Legend:

Unmodified
Added
Removed
  • data/Media/particle/shot2.particle

    r5141 r5143  
    22Orxonox/shot2
    33{
    4         quota   50
     4        quota   25
    55        material        PE/point_lensflare
    6         particle_width  50
    7         particle_height 50
     6        particle_width  40
     7        particle_height 100
    88        cull_each       false
    99        renderer        billboard
     
    1212        iteration_interval      0
    1313        nonvisible_update_timeout       0
    14         billboard_type  point
     14        billboard_type  oriented_self
    1515        billboard_origin        center
    1616        billboard_rotation_type texcoord
     
    2222        {
    2323                angle   0
    24                 colour  0 0 0 0
    25                 colour_range_start      0 0 0 0
    26                 colour_range_end        0.3 0.3 0.3 0
     24                colour  0 0 0 1
     25                colour_range_start      0 0 0 1
     26                colour_range_end        0.5 0.5 0.7 1
    2727                direction       0 -1 0
    28                 emission_rate   100
     28                emission_rate   40
    2929                position        0 0 0
    30                 velocity        300
    31                 velocity_min    300
     30                velocity        200
     31                velocity_min    200
    3232                velocity_max    300
    33                 time_to_live    0.4
    34                 time_to_live_min        0.4
    35                 time_to_live_max        0.4
     33                time_to_live    0.5
     34                time_to_live_min        0.5
     35                time_to_live_max        0.5
    3636                duration        0
    3737                duration_min    0
     
    4242        }
    4343
    44         affector Scaler
    45         {
    46         rate    -10
    47         }
     44        affector Scaler
     45        {
     46                rate    -20
     47        }
    4848
    4949        affector ColourFader
    5050        {
    51                 red     -0.3
    52                 green   -0.3
    53                 blue    -0.2
     51                red     -0.8
     52                green   -0.8
     53                blue    -0.5
    5454                alpha   0
    5555        }
Note: See TracChangeset for help on using the changeset viewer.