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/PE_materials.material

    r10902 r11084  
    195195                                texture explosion3.png
    196196                        }
     197
     198                        emissive 1 1 1
     199                }
     200        }
     201
     202        technique
     203        {
     204                scheme glow
     205                pass
     206                {
     207                        texture_unit
     208                        {
     209                                texture explosion3_glow.png
     210                        }
     211                        ambient 1 1 1
     212                        diffuse 1 1 1
     213                        specular 0 0 0 1
     214                        emissive 1 1 1
    197215                }
    198216        }
Note: See TracChangeset for help on using the changeset viewer.