added back in some options in the short example to give a better refraction example

This commit is contained in:
Tim Anema 2014-12-10 21:42:04 -05:00
parent 3c559635e9
commit 9272e6e2e2

View File

@ -17,6 +17,8 @@ function love.load()
-- create light world -- create light world
lightWorld = LightWorld({ lightWorld = LightWorld({
ambient = {55,55,55}, ambient = {55,55,55},
refractionStrength = 32.0,
reflectionVisibility = 0.75,
}) })
-- create light -- create light