mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01:00
brighter
This commit is contained in:
parent
b096e062e6
commit
9cd0762040
1 changed files with 5 additions and 2 deletions
|
@ -104,8 +104,9 @@
|
|||
green: 255,
|
||||
blue: 255
|
||||
},
|
||||
intensity: 2,
|
||||
exponent: 0.3,
|
||||
intensity: 1,
|
||||
falloffRadius:0.9,
|
||||
exponent: 0.5,
|
||||
cutoff: 20,
|
||||
lifetime: LIFETIME,
|
||||
position: lightTransform.p,
|
||||
|
@ -128,6 +129,8 @@
|
|||
blue: 255
|
||||
},
|
||||
exponent: 0,
|
||||
intensity:1.0,
|
||||
falloffRadius:0.3,
|
||||
lifetime: LIFETIME,
|
||||
cutoff: 90, // in degrees
|
||||
position: glowLightTransform.p,
|
||||
|
|
Loading…
Reference in a new issue