Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 11, 2018, 5:22:11 PM (5 years ago)
Author:
merholzl
Message:

all new materials for HS18

Location:
data/data_extern
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • data/data_extern

  • data/data_extern/materials/Flares.material

    r11088 r12181  
     1material Examples/Flare
     2{
     3        technique
     4        {
     5                pass
     6                {
     7                        lighting off
     8                        scene_blend add
     9                        depth_write off
     10
     11                        texture_unit
     12                        {
     13                                texture flare.png
     14                        }
     15                }
     16        }
     17
     18        technique
     19        {
     20                scheme glow
     21                pass
     22                {
     23                        lighting off
     24                        scene_blend add
     25                        depth_write off
     26
     27                        texture_unit
     28                        {
     29                                texture flare.png
     30                        }
     31                }
     32        }
     33}
    134material Flares/point_lensflare
    235{
Note: See TracChangeset for help on using the changeset viewer.