godot/servers/visual
Kiri Jolly 2c6e859c2d Fixed unbounded dual-paraboloid shadow map culling.
Dual paraboloid shadowmaps were ending up with infinitely large volumes of area behind the hemisphere un-culled.

This change just adds a back plane to the convex shape used for the culling volume.
2020-04-28 17:13:36 -07:00
..
rasterizer.cpp Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
rasterizer.h Batching across z_indices 2020-04-12 13:52:25 +01:00
SCsub SCons: Build thirdparty code in own env, disable warnings 2018-09-28 14:07:39 +02:00
shader_language.cpp Enables passing out built-in parameter from parent function in shaders 2020-03-25 11:38:53 +01:00
shader_language.h Add support for opengl external textures as defined by https://www.khronos.org/registry/OpenGL/extensions/OES/OES_EGL_image_external.txt 2020-03-05 13:09:49 -08:00
shader_types.cpp Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
shader_types.h Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
visual_server_canvas.cpp Batching across z_indices 2020-04-12 13:52:25 +01:00
visual_server_canvas.h Merge pull request #34726 from nekomatata/polygon2d-antialiasing-fix 2020-01-03 14:17:05 +01:00
visual_server_globals.cpp Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
visual_server_globals.h Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
visual_server_raster.cpp Add VisualServer methods to get the video adapter name and vendor 2020-01-06 00:37:56 +01:00
visual_server_raster.h Add support for opengl external textures as defined by https://www.khronos.org/registry/OpenGL/extensions/OES/OES_EGL_image_external.txt 2020-03-05 13:09:49 -08:00
visual_server_scene.cpp Fixed unbounded dual-paraboloid shadow map culling. 2020-04-28 17:13:36 -07:00
visual_server_scene.h Remove unused #if 0'ed code 2020-01-21 21:41:54 +01:00
visual_server_viewport.cpp Items and draw calls added to IDE Monitor in '2d' section 2020-04-16 11:52:22 +01:00
visual_server_viewport.h Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
visual_server_wrap_mt.cpp Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
visual_server_wrap_mt.h Add support for opengl external textures as defined by https://www.khronos.org/registry/OpenGL/extensions/OES/OES_EGL_image_external.txt 2020-03-05 13:09:49 -08:00