Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 5155


Ignore:
Timestamp:
Jun 14, 2008, 7:18:15 PM (16 years ago)
Author:
landauf
Message:

added new particle effects

Location:
data/Media
Files:
9 added
2 edited

Legend:

Unmodified
Added
Removed
  • data/Media/materials/scripts/PE_materials.material

    r5141 r5155  
    9393}
    9494
     95material PE/smoke3
     96{
     97        technique
     98        {
     99                pass
     100                {
     101                        lighting off
     102                        depth_write off
     103                        scene_blend alpha_blend
     104
     105                        texture_unit
     106                        {
     107                                texture smoke3.tga
     108                        }
     109                }
     110        }
     111}
     112
    95113material PE/explosion
    96114{
     
    111129}
    112130
     131material PE/explosion3
     132{
     133        technique
     134        {
     135                pass
     136                {
     137                        lighting off
     138                        depth_write off
     139                        scene_blend add
     140
     141                        texture_unit
     142                        {
     143                                texture explosion3.tga
     144                        }
     145                }
     146        }
     147}
     148
    113149material PE/ringflare
    114150{
  • data/Media/particle/thruster2.particle

    r5141 r5155  
    11Orxonox/thruster2
    22{
    3         quota   200
     3        quota   150
    44        material        PE/bigFlame
    5         particle_width  12
    6         particle_height 12
     5        particle_width  15
     6        particle_height 15
    77        cull_each       false
    88        renderer        billboard
     
    1212        {
    1313                angle   0
    14                 colour  0.46875 0.8125 0.93359375 1
    15                 colour_range_start      .6640625 .91796875 .92578125 1
    16                 colour_range_end        .08203125 .7578125 .98046875 1
     14                colour  0.4 0.3 0.8 1
     15                colour_range_start      0.4 0.3 0.8 1
     16                colour_range_end        0.5 0.4 0.9 1
    1717                direction       0 1 0
    18                 emission_rate   200
     18                emission_rate   400
    1919                position        0 0 0
    2020                velocity        5
     
    3737                inner_depth     0.2
    3838        }
     39
     40        affector ColourFader
     41        {
     42                red     -0.5
     43                green   -0.5
     44                blue    -0.6
     45                alpha   -0.5
     46        }
    3947}
Note: See TracChangeset for help on using the changeset viewer.