mirror of
https://github.com/tanema/light_world.lua.git
synced 2024-12-24 20:24:19 +00:00
added back in some options in the short example to give a better refraction example
This commit is contained in:
parent
3c559635e9
commit
9272e6e2e2
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user