Commit Graph

172 Commits

Author SHA1 Message Date
Fox
e9151e95a3 Added light:getRange() 2016-07-24 09:47:59 -07:00
Tim Anema
22f3ac5f80 note in readme about support 2016-04-26 09:24:49 -04:00
Tim Anema
127063a061 fixes for postshaders and most of the examples to use the new apis 2016-04-26 09:23:11 -04:00
Tim Anema
eedd980ff2 Merge branch 'leokaplan-port0.10' 2016-04-26 09:22:42 -04:00
Leonardo Kaplan
f0f3b8812c ligth y fix 2016-04-24 16:09:51 +02:00
Leonardo Kaplan
f68746c108 two canvas 2016-04-24 15:38:59 +02:00
leokaplan
eeb9d91747 minor fixes over stencil 2016-02-04 17:33:22 +01:00
leokaplan
85d4fbbba7 initial port 2016-02-03 15:45:22 +01:00
Tim Anema
1cd37aebff Merge pull request #18 from raingloom/master
Fixed a typo in complex.lua
2015-07-24 20:57:29 -04:00
Rain Gloom
44fa3d4651 Fixed a typo in complex.lua 2015-07-25 01:02:03 +02:00
Tim Anema
b7f4af4fbc fixed the setpoints bug where it overwrites image data 2015-03-23 09:58:55 -04:00
Tim Anema
e2e85750dc fixing a setShadowType Bug 2015-03-11 21:18:12 -04:00
Tim Anema
7852da20d6 scaled circles and fixed complex refractions example 2015-02-18 16:20:21 -05:00
Tim Anema
6314e1907b Merge branch 'master' of github.com:tanema/light_world.lua 2015-02-18 10:25:49 -05:00
Tim Anema
9b5765e0ed scaling and rotation now works 2015-02-18 10:23:17 -05:00
Tim Anema
115d64f51f working on rotation and scaling of light bodies 2015-01-30 14:35:49 -05:00
Tim Anema
23b36a710b Merge pull request #16 from FragOnly/master
Fixed body and light removal.
2015-01-11 20:34:37 -05:00
Michael Chabot
28b618c1fd Fixed body and light removal.
This is using runtime information to determine if to_kill is a body or a
light.
2015-01-11 20:01:34 -05:00
Tim Anema
2c00eb0bc7 Merge pull request #15 from willemt/master
- fixed the shadows of polygons without 8 vertices
2015-01-11 15:05:50 -05:00
Willem Thiart
2ccda79969 fixed the shadows of polygons without 8 vertices 2015-01-11 17:49:41 +09:00
Tim Anema
691da848de added image stencils for objects so shadows are properly stenciled, and made it so that object that dont cast shadows have shadows cast over them. 2015-01-03 22:18:48 -05:00
Tim Anema
1026092cbd learned how to create class like things in lua finally so I took out other peoples code 2014-12-23 16:51:07 -05:00
Tim Anema
456a29ce95 set shadow blur in two examples so they look better 2014-12-22 10:25:39 -05:00
Tim Anema
e54c38d7e9 added back in the default normal maps 2014-12-22 09:35:04 -05:00
Tim Anema
d3358b0455 set direction fix for lights 2014-12-21 16:00:06 -05:00
Tim Anema
3ad6703ef0 added back shadow blur default 2014-12-21 15:53:07 -05:00
Tim Anema
4e5158601a optimizing range checking now update is required 2014-12-21 13:14:46 -05:00
Tim Anema
5369a25a5a forgot to add a file 2014-12-21 10:40:26 -05:00
Tim Anema
7e6e3f23df got rid of usedless normal maps and optimizes shadow bodies 2014-12-21 10:40:07 -05:00
Tim Anema
3cafa72684 just a bit of a refactor that should be a bit of an optimizations because I wont be sending a buffer several time for no reason 2014-12-20 00:21:00 -05:00
Tim Anema
7fe549a01a optimizations to say the least
-cut out complicated light angle calulations and instead put in a arc
stencil
-stenciled the range of each light to optimize the shader drawing
-refactors postshaders to user proper love variables
-minimized amount of canvases
-added better functionality to my canvas util
-refactored blurring to be in one place
2014-12-19 22:54:29 -05:00
Tim Anema
6c87407a6f took out debug box in short exammple 2014-12-11 22:00:06 -05:00
Tim Anema
485e314539 Merge branch 'master' of github.com:tanema/light_world.lua 2014-12-11 21:59:04 -05:00
Tim Anema
12b2bd8b32 added back in some options in the short example to give a better refraction example 2014-12-11 21:58:18 -05:00
Tim Anema
9272e6e2e2 added back in some options in the short example to give a better refraction example 2014-12-10 21:42:04 -05:00
Tim Anema
3c559635e9 better screen range checking 2014-12-10 21:31:17 -05:00
Tim Anema
4a969a0aec fixed creation of bodies so that they all use x and y as the center point and not center and topleft 2014-12-10 21:06:12 -05:00
Tim Anema
29436e4207 renamed a variable to be more apltly named 2014-12-06 12:33:00 -05:00
Tim Anema
ab5023404c took out inital setting for glow blur because it make my short examples look too fuzzy 2014-12-06 12:31:22 -05:00
Tim Anema
75980bba74 added STI example with fixed STI THANKS karai17! 2014-12-05 23:35:32 -05:00
Tim Anema
1bbc80f04d added back in shadow blur 2014-12-05 17:50:33 -05:00
Tim Anema
0b3cc0e4a7 fixed example of chromatic abberation in complex 2014-12-05 15:46:05 -05:00
Tim Anema
2f19a07dc5 Merge branch 'master' of github.com:tanema/light_world.lua 2014-12-05 15:01:25 -05:00
Tim Anema
9911d02fd4 added glow map support to animations 2014-12-05 15:01:15 -05:00
Tim Anema
652d38b20d Update README.md 2014-12-05 09:59:17 -05:00
Tim Anema
5a6744b1f3 Update README.md 2014-12-05 09:54:01 -05:00
Tim Anema
6ed3f839b1 Update README.md 2014-12-05 09:52:16 -05:00
Tim Anema
2282d9ea33 fixed camera examples 2014-12-05 09:38:21 -05:00
Tim Anema
8e30cacae0 finish up implementing the animation setup, through anim8proxy 2014-12-04 21:57:54 -05:00
Tim Anema
5a60d1f1ca added a better normal map and an unlit example side by side 2014-12-04 16:56:48 -05:00