godot/scene
Hugo Locurcio 0225c6d31a
Tweak Light3D property hints for greater flexibility
- Specular can now be set above 1.0.
- Blur can be set to 0 to disable shadow blurring entirely, which is useful
  on lights that have a non-zero size.
  - When shadow blurring is disabled, lights that have a non-zero size will
    not use PCSS-like soft shadows, speeding up shadow rendering
    considerably.
- Some property hints now allow more precise values.
2022-06-13 14:31:46 +02:00
..
2d Add suffixes to all nodes and resources 2022-06-11 09:41:05 -05:00
3d Tweak Light3D property hints for greater flexibility 2022-06-13 14:31:46 +02:00
animation Add suffixes to all nodes and resources 2022-06-11 09:41:05 -05:00
audio Use suffixes for units in nodes and resources 2022-05-19 14:34:27 -05:00
debugger Add a new HashSet template 2022-05-20 22:40:38 +02:00
gui Merge pull request #61819 from bruvzg/button_overrun 2022-06-13 11:02:04 +02:00
main Single-window mode popups and edited scene windows fixes. 2022-06-13 09:56:08 +03:00
multiplayer Add suffixes to all nodes and resources 2022-06-11 09:41:05 -05:00
resources Merge pull request #61772 from bruvzg/ft_ot_collect 2022-06-13 11:13:05 +02:00
property_utils.cpp Cleanup and move char functions to the char_utils.h header. 2022-02-04 11:35:01 +02:00
property_utils.h Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
register_scene_types.cpp Add dedicated macros for property name extraction 2022-05-19 14:08:47 +08:00
register_scene_types.h Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
scene_string_names.cpp Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
scene_string_names.h Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
SCsub [Net] New replication interface, spawner and synchronizer nodes. 2022-02-04 14:56:30 +01:00