Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

new emitters, renamed some of the old ones

File:
1 edited

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
Note: See TracChangeset for help on using the changeset viewer.