godot/servers
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
..
arvr Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
audio Update Inspector when changing AudioEffectChorus voice_count 2021-02-25 22:36:42 +01:00
camera Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
physics Merge pull request #45933 from nekomatata/cylinder-support-3.2 2021-02-18 19:36:42 +01:00
physics_2d Merge pull request #45618 from RandomShaper/modernize_mt_3.2 2021-02-18 20:47:24 +01:00
visual Batch of lightmapper fixes and minor improvements 2021-03-12 12:00:53 +01:00
arvr_server.cpp Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
arvr_server.h Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
audio_server.cpp Modernize Mutex 2021-02-18 11:58:08 +01:00
audio_server.h Modernize Mutex 2021-02-18 11:58:08 +01:00
camera_server.cpp Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
camera_server.h Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
physics_2d_server.cpp Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
physics_2d_server.h Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
physics_server.cpp Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
physics_server.h Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
register_server_types.cpp Backport d800329 AudioEffectCapture to 3.2 2021-02-21 20:14:58 -08:00
register_server_types.h Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
SCsub SCons: Format buildsystem files with psf/black 2020-06-10 15:30:52 +02:00
server_wrap_mt_common.h Modernize Mutex 2021-02-18 11:58:08 +01:00
visual_server.cpp Batch of lightmapper fixes and minor improvements 2021-03-12 12:00:53 +01:00
visual_server.h Batch of lightmapper fixes and minor improvements 2021-03-12 12:00:53 +01:00