mirror of
https://github.com/godotengine/godot.git
synced 2025-02-23 23:15:07 +08:00
When set_static is called on a newly added object, the forced collision check in BVH set_pairable was using an empty AABB, which caused unnecessary collision checks at the origin, then a call to move was checking again at the right position. These changes ensure broadphase objects are added to the BVH tree with proper AABB so collision checks are correctly done right away. Octree & Basic broadphase trees are not affected by these changes. |
||
---|---|---|
.. | ||
arvr | ||
audio | ||
camera | ||
physics | ||
physics_2d | ||
visual | ||
arvr_server.cpp | ||
arvr_server.h | ||
audio_server.cpp | ||
audio_server.h | ||
camera_server.cpp | ||
camera_server.h | ||
physics_2d_server.cpp | ||
physics_2d_server.h | ||
physics_server.cpp | ||
physics_server.h | ||
register_server_types.cpp | ||
register_server_types.h | ||
SCsub | ||
server_wrap_mt_common.h | ||
visual_server.cpp | ||
visual_server.h |