godot/scene
Hugo Locurcio 33e1f570ff
Fix GPUParticles Inherit Velocity breaking with physics movement
GPUParticles' Inherit Velocity property used to act strangely
if the physics tick rate was lower than the rendered FPS, as velocity
was tracked in the process and not in the physics process. This
means that on certain rendered frames, the velocity was effectively
0 since there was no movement since the last rendered frame.
2024-07-02 01:46:57 +02:00
..
2d Fix GPUParticles Inherit Velocity breaking with physics movement 2024-07-02 01:46:57 +02:00
3d Fix GPUParticles Inherit Velocity breaking with physics movement 2024-07-02 01:46:57 +02:00
animation Fix Bezier track init value on caching 2024-07-01 01:20:43 +09:00
audio
debugger
gui Fix AtlasTexture::draw_rect flipping for non-zero margin 2024-07-01 21:22:25 +02:00
main Fix duplicating nodes with Array properties 2024-06-27 19:17:50 +02:00
resources Fix AtlasTexture::draw_rect flipping for non-zero margin 2024-07-01 21:22:25 +02:00
theme
property_list_helper.cpp
property_list_helper.h
property_utils.cpp
property_utils.h
register_scene_types.cpp
register_scene_types.h
scene_string_names.cpp
scene_string_names.h
SCsub