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

    r10593 r11084  
    126126                                texture backlightflare.png
    127127                        }
     128
     129                        emissive 1 1 1
     130                }
     131        }
     132
     133        technique
     134        {
     135                scheme glow
     136                pass
     137                {
     138                        texture_unit
     139                        {
     140                                texture backlightflare_glow.png
     141                        }
     142                        ambient 1 1 1
     143                        diffuse 1 1 1
     144                        specular 0 0 0 1
     145                        emissive 1 1 1
    128146                }
    129147        }
     
    144162                                texture bigflare1.png
    145163                        }
     164
     165                        emissive 1 1 1
     166                }
     167        }
     168
     169        technique
     170        {
     171                scheme glow
     172                pass
     173                {
     174                        texture_unit
     175                        {
     176                                texture bigflare1_glow.png
     177                        }
     178                        ambient 1 1 1
     179                        diffuse 1 1 1
     180                        specular 0 0 0 1
     181                        emissive 1 1 1
    146182                }
    147183        }
Note: See TracChangeset for help on using the changeset viewer.