godot/servers
Gordon MacPherson 86c7faa169 Fix zero scaling and material mappings being mapped to wrong fields
- fixes scale values of 0.0013 (det == 0.00004) not rendering, they should render even at small values, but not at zero like the editor grid plugin supplies zero exactly.
- fixes node_3d_editor_plugin visibility bug when scale is zero
- fix culling with small scaling values - which are still valid to be rendered like 0.00004

note: grid is still not fixed, it has det == 0 issues but this fixes one of them.
2021-01-26 19:48:18 +00:00
..
audio Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
camera Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
physics_2d Merge pull request #43923 from madmiraal/fix-43588 2021-01-14 20:44:19 +01:00
physics_3d Merge pull request #43923 from madmiraal/fix-43588 2021-01-14 20:44:19 +01:00
rendering Fix zero scaling and material mappings being mapped to wrong fields 2021-01-26 19:48:18 +00:00
xr Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
audio_server.cpp Fixes #45025 - Protects _last_mix_time and _last_frame_time with the AudioDriver lock() and unlock() methods 2021-01-16 13:10:05 -05:00
audio_server.h Fixes #45025 - Protects _last_mix_time and _last_frame_time with the AudioDriver lock() and unlock() methods 2021-01-16 13:10:05 -05:00
camera_server.cpp Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
camera_server.h Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
display_server.cpp Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
display_server.h Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
navigation_server_2d.cpp Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
navigation_server_2d.h Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
navigation_server_3d.cpp Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
navigation_server_3d.h Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
physics_server_2d.cpp Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
physics_server_2d.h Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
physics_server_3d.cpp Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
physics_server_3d.h Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
register_server_types.cpp Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
register_server_types.h Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
rendering_server.cpp Shadow map rendering optimization 2021-01-24 20:17:28 -03:00
rendering_server.h Implement shadow meshes 2021-01-25 15:03:15 -03:00
SCsub Renaming all ARVR nodes to XR 2020-04-09 15:33:01 +10:00
server_wrap_mt_common.h Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
text_server.cpp Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
text_server.h Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
xr_server.cpp Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
xr_server.h Update copyright statements to 2021 2021-01-01 20:19:21 +01:00