Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

added new particle effects

Location:
data/Media/materials/scripts
Files:
1 added
1 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{
Note: See TracChangeset for help on using the changeset viewer.