From 9cd0762040fa7c9b87fa5e28bf24e7fe02bda305 Mon Sep 17 00:00:00 2001 From: "James B. Pollack" Date: Mon, 7 Mar 2016 12:26:21 -0800 Subject: [PATCH] brighter --- examples/toybox/flashlight/flashlight.js | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/examples/toybox/flashlight/flashlight.js b/examples/toybox/flashlight/flashlight.js index 19cbc422f4..02a2e07985 100644 --- a/examples/toybox/flashlight/flashlight.js +++ b/examples/toybox/flashlight/flashlight.js @@ -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,