Changeset 9509 for data/trunk/materials/glow.material
- Timestamp:
- Dec 14, 2012, 2:24:19 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
data/trunk/materials/glow.material
r9447 r9509 35 35 36 36 //how much should the glow expand from the model, usually a small value 37 param_named inflate float 0. 0537 param_named inflate float 0.1 38 38 } 39 39 … … 41 41 { 42 42 //base alpha value of glow 43 param_named alphaValue float 0. 543 param_named alphaValue float 0.6 44 44 45 45 //from which view to surface normal angle on should the intensity of the glow decrease 46 param_named cutoffAngle float 70.046 param_named cutoffAngle float 65.0 47 47 48 48 //by which exponent should the intensity decrease 49 param_named exponent float 2.549 param_named exponent float 3.0 50 50 51 51 //how fast should the light pulsate
Note: See TracChangeset
for help on using the changeset viewer.