Implement collision impulse in Godot Physics 3D

This commit is contained in:
Lily Garcia
2023-01-07 22:34:28 -05:00
parent e780dc332a
commit 8ee6264cc9
9 changed files with 59 additions and 47 deletions

View File

@ -94,7 +94,7 @@ public:
EXBIND1RC(Vector3, get_contact_local_position, int)
EXBIND1RC(Vector3, get_contact_local_normal, int)
EXBIND1RC(real_t, get_contact_impulse, int)
EXBIND1RC(Vector3, get_contact_impulse, int)
EXBIND1RC(int, get_contact_local_shape, int)
EXBIND1RC(RID, get_contact_collider, int)
EXBIND1RC(Vector3, get_contact_collider_position, int)