Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 5141


Ignore:
Timestamp:
Jun 6, 2008, 5:27:39 PM (16 years ago)
Author:
landauf
Message:

new emitters, renamed some of the old ones

Location:
data/Media
Files:
9 added
1 edited
6 moved

Legend:

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

    r5055 r5141  
     1material PE/point_lensflare
     2{
     3        technique
     4        {
     5                pass
     6                {
     7                        lighting off
     8                        depth_write off
     9                        scene_blend add
     10
     11                        point_sprites on
     12                        point_size 0.1
     13                        point_size_attenuation on
     14
     15                        texture_unit
     16                        {
     17                                texture flare.tga
     18                        }
     19                }
     20        }
     21}
     22
    123material PE/lensflare
    224{
     
    4870                        {
    4971                                texture smoke.tga
     72                        }
     73                }
     74        }
     75}
     76
     77material PE/smoke2
     78{
     79        technique
     80        {
     81                pass
     82                {
     83                        lighting off
     84                        depth_write off
     85                        scene_blend alpha_blend
     86
     87                        texture_unit
     88                        {
     89                                texture smoke2.tga
    5090                        }
    5191                }
     
    142182        }
    143183}
     184
  • data/Media/particle/ray1.particle

    r5137 r5141  
    11
    2 Orxonox/strahl
     2Orxonox/ray1
    33{
    44        quota   1000
  • data/Media/particle/ray2.particle

    r5137 r5141  
    11
    2 Orxonox/strahl2
     2Orxonox/ray2
    33{
    44        quota   1200
  • data/Media/particle/shot1.particle

    r5137 r5141  
    1 Orxonox/schuss
     1Orxonox/shot1
    22{
    33        quota   5000
  • data/Media/particle/smoke2.particle

    r5137 r5141  
    11
    2 Orxonox/rauch
     2Orxonox/smoke2
    33{
    44        quota   1000
     
    4343                alpha   -0.35
    4444        }
    45 
    46         affector LinearForce
    47         {
    48                 force_vector    10 0 0
    49                 force_application       add
    50         }
    5145}
  • data/Media/particle/thruster1.particle

    r5137 r5141  
    1 
    2 Orxonox/treibwerk
     1Orxonox/thruster1
    32{
    4         quota   1000
     3        quota   100
    54        material        PE/bigFlame
    6         particle_width  20
    7         particle_height 20
     5        particle_width  15
     6        particle_height 15
    87        cull_each       false
    98        renderer        billboard
     
    1716                colour_range_end        0.684932 0.547945 0.315068 1
    1817                direction       0 1 0
    19                 emission_rate   130.4
     18                emission_rate   300
    2019                position        0 0 0
    21                 velocity        18
     20                velocity        100
    2221                velocity_min    18
    2322                velocity_max    30
    24                 time_to_live    0.9
    25                 time_to_live_min        0.9
    26                 time_to_live_max        2
     23                time_to_live    0.25
     24                time_to_live_min        0
     25                time_to_live_max        0.25
    2726                duration        0
    2827                duration_min    0
     
    3130                repeat_delay_min        0
    3231                repeat_delay_max        0
    33                 width   20
    34                 height  20
     32                width   5
     33                height  5
    3534                depth   2.8
    3635                inner_width     0.8
     
    4645                blue1   0
    4746                alpha1  0
    48                 red2    -0.2
    49                 green2  -0.4
    50                 blue2   -0.4
     47                red2    -0.3
     48                green2  -0.6
     49                blue2   -0.6
    5150                alpha2  0
    52                 state_change    0.9
     51                state_change    0.25
    5352        }
    5453}
Note: See TracChangeset for help on using the changeset viewer.