Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 14, 2012, 2:24:19 PM (11 years ago)
Author:
davidsa
Message:

tweaked and added more lens flare materials, tweaked the glow material

File:
1 edited

Legend:

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

    r9447 r9509  
    3535
    3636                                //how much should the glow expand from the model, usually a small value
    37                                 param_named inflate float 0.05
     37                                param_named inflate float 0.1
    3838                        }
    3939                       
     
    4141                        {
    4242                                //base alpha value of glow
    43                                 param_named alphaValue float 0.5
     43                                param_named alphaValue float 0.6
    4444
    4545                                //from which view to surface normal angle on should the intensity of the glow decrease
    46                                 param_named cutoffAngle float 70.0
     46                                param_named cutoffAngle float 65.0
    4747
    4848                                //by which exponent should the intensity decrease
    49                                 param_named exponent float 2.5
     49                                param_named exponent float 3.0
    5050
    5151                                //how fast should the light pulsate
Note: See TracChangeset for help on using the changeset viewer.