Commit Graph

22 Commits

Author SHA1 Message Date
jiangzhi.xie
9d48adb46b Fix colors 2019-09-08 12:44:10 +08:00
Jakub Bucko
cd5ac35662 Love 11.2
Now it runs with Love 11.2, but 'phosphor.glsl' should be revised.
2019-06-20 19:20:55 +02:00
SpaVec
378586c406 Added compatibility with android
Added util.loadShader - loads shaders and sets uniform variables
Fixed implicit type conversions in shaders
2017-07-17 23:01:13 +02: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
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
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
66dd1b65f8 added comments to the new shader and got rid of bad methods 2014-11-30 15:11:22 -05:00
Tim Anema
9e59f9ffee colored shadows now work as expected with attenuated brightness and constant brightness not matter how many lights are present 2014-11-30 14:35:18 -05:00
Tim Anema
9c81c71f89 just a few touchups before bed 2014-11-29 23:51:44 -05:00
Tim Anema
0a2da63f24 added image shadows, took out useless code 2014-11-29 20:19:03 -05:00
Tim Anema
117d908ad7 one light now works I need to figure out a way of doing multiple lights 2014-11-29 19:10:15 -05:00
Tim Anema
f56ef4a197 got the start of a shader that will do normal shading and shine at the same time, I will throw in a shadow map there too and it will do it all in one pass 2014-11-29 14:52:05 -05:00
Tim Anema
aa3675d7ad just renaming some things 2014-11-29 08:54:43 -05:00
Tim Anema
7db34a4a02 made better shadow body calculations so that the z coordinate of the light effects the cast light 2014-11-28 10:20:00 -05:00
Tim Anema
c370e9ecc2 just some reformatting 2014-11-07 09:21:41 -05:00
Tim Anema
e9a98dbcee made the postshader be more easily extendable 2014-10-23 21:35:35 -04:00
Tim Anema
5e8ef63d6d fixed light position 2014-10-23 12:17:28 -04:00
Tim Anema
b976a90afe just playing around with a few things, narrowed down my last issues with scaling and translation just need to figure out a workaround 2014-10-22 21:55:15 -04:00
Tim Anema
22c45f7bac trying out some new postshaders from mari0, fixed a couple bugs 2014-10-08 08:55:05 -04:00
Tim Anema
5e0320c4bf fixe a bug in new image bodies 2014-10-06 09:31:14 -04:00
Tim Anema
45be0c56fa refactoring,
taking out unused variables and redundant code, also took out debug variables. also moved the shaders in to the lib folder
for better portablility of the library
2014-09-29 10:03:34 -04:00