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

    r7708 r11084  
    1313                                colour_op modulate
    1414                        }
     15                        emissive 1 1 1
    1516                }
     17        }
    1618
     19        technique
     20        {
     21                scheme glow
     22                pass
     23                {
     24                        texture_unit
     25                        {
     26                                texture laserbeam_glow.png
     27                        }
     28                        ambient 1 1 1
     29                        diffuse 1 1 1
     30                        specular 0 0 0 1
     31                        emissive 1 1 1
     32                }
    1733        }
    1834}
Note: See TracChangeset for help on using the changeset viewer.