mirror of
https://github.com/overte-org/overte.git
synced 2025-08-06 11:41:17 +02:00
Merge pull request #7264 from imgntn/flashlightbrightfix
Make the flashlight brighter
This commit is contained in:
commit
e8001d0346
1 changed files with 5 additions and 2 deletions
|
@ -104,8 +104,9 @@
|
||||||
green: 255,
|
green: 255,
|
||||||
blue: 255
|
blue: 255
|
||||||
},
|
},
|
||||||
intensity: 2,
|
intensity: 1,
|
||||||
exponent: 0.3,
|
falloffRadius:0.9,
|
||||||
|
exponent: 0.5,
|
||||||
cutoff: 20,
|
cutoff: 20,
|
||||||
lifetime: LIFETIME,
|
lifetime: LIFETIME,
|
||||||
position: lightTransform.p,
|
position: lightTransform.p,
|
||||||
|
@ -128,6 +129,8 @@
|
||||||
blue: 255
|
blue: 255
|
||||||
},
|
},
|
||||||
exponent: 0,
|
exponent: 0,
|
||||||
|
intensity:1.0,
|
||||||
|
falloffRadius:0.3,
|
||||||
lifetime: LIFETIME,
|
lifetime: LIFETIME,
|
||||||
cutoff: 90, // in degrees
|
cutoff: 90, // in degrees
|
||||||
position: glowLightTransform.p,
|
position: glowLightTransform.p,
|
||||||
|
|
Loading…
Reference in a new issue