Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jan 23, 2016, 8:41:18 PM (8 years ago)
Author:
landauf
Message:

added glow shader & textures

File:
1 edited

Legend:

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

    r7708 r11084  
    1414                                texture backlighttrail.png
    1515                        }
     16
     17                        emissive 1 1 1
     18                }
     19        }
     20
     21        technique
     22        {
     23                scheme glow
     24                pass
     25                {
     26                        texture_unit
     27                        {
     28                                texture backlighttrail_glow.png
     29                        }
     30                        ambient 1 1 1
     31                        diffuse 1 1 1
     32                        specular 0 0 0 1
     33                        emissive 1 1 1
    1634                }
    1735        }
Note: See TracChangeset for help on using the changeset viewer.