godot/drivers/gles3
JFonS e2c28675ef Batch of lightmapper fixes and minor improvements
- Fix objects with no material being considered as fully transparent by the lightmapper.
- Added "environment_min_light" property: gives artistic control over the shadow color.
- Fixed "Custom Color" environment mode, it was ignored before.
- Added "interior" property to BakedLightmapData: controls whether dynamic capture objects receive environment light or not.
- Automatically update dynamic capture objects when the capture data changes (also works for "energy" which used to require object movement to trigger the update).
- Added "use_in_baked_light" property to GridMap: controls whether the GridMap will be included in BakedLightmap bakes.
- Set "flush zero" and "denormal zero" mode for SSE2 instructions in the Embree raycaster. According to Embree docs it should give a performance improvement.
2021-03-12 12:00:53 +01:00
..
shaders Batch of lightmapper fixes and minor improvements 2021-03-12 12:00:53 +01:00
rasterizer_canvas_base_gles3.cpp Renaming rendering/2d project settings. 2021-03-01 11:38:46 +00:00
rasterizer_canvas_base_gles3.h Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
rasterizer_canvas_gles3.cpp Batching - prevent joining of lightmasked items 2021-02-18 09:57:02 +00:00
rasterizer_canvas_gles3.h Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
rasterizer_gles3.cpp Add anisotropic filtering to GLES2 backend 2021-02-02 01:40:58 -06:00
rasterizer_gles3.h Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
rasterizer_scene_gles3.cpp Batch of lightmapper fixes and minor improvements 2021-03-12 12:00:53 +01:00
rasterizer_scene_gles3.h Various light culling fixes 2021-03-08 15:10:55 +01:00
rasterizer_storage_gles3.cpp Batch of lightmapper fixes and minor improvements 2021-03-12 12:00:53 +01:00
rasterizer_storage_gles3.h Batch of lightmapper fixes and minor improvements 2021-03-12 12:00:53 +01:00
SCsub SCons: Format buildsystem files with psf/black 2020-06-10 15:30:52 +02:00
shader_compiler_gles3.cpp Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
shader_compiler_gles3.h Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
shader_gles3.cpp Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
shader_gles3.h Update copyright statements to 2021 2021-01-13 16:17:06 +01:00