Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jan 24, 2016, 12:21:43 PM (8 years ago)
Author:
landauf
Message:

improved glow effects

File:
1 edited

Legend:

Unmodified
Added
Removed
  • data/trunk/materials/Example.material

    r10966 r11088  
    328328        technique
    329329        {
     330                pass
     331                {
     332                        lighting off
     333                        scene_blend add
     334                        depth_write off
     335
     336                        texture_unit
     337                        {
     338                                texture flare.png
     339                        }
     340                }
     341        }
     342
     343        technique
     344        {
     345                scheme glow
    330346                pass
    331347                {
Note: See TracChangeset for help on using the changeset viewer.