From 9272e6e2e26cf51b0f8723f39919b082130af919 Mon Sep 17 00:00:00 2001 From: Tim Anema Date: Wed, 10 Dec 2014 21:42:04 -0500 Subject: [PATCH] added back in some options in the short example to give a better refraction example --- examples/short.lua | 2 ++ 1 file changed, 2 insertions(+) diff --git a/examples/short.lua b/examples/short.lua index a798d38..cf84653 100644 --- a/examples/short.lua +++ b/examples/short.lua @@ -17,6 +17,8 @@ function love.load() -- create light world lightWorld = LightWorld({ ambient = {55,55,55}, + refractionStrength = 32.0, + reflectionVisibility = 0.75, }) -- create light