Merge pull request #16757 from AndreaCatania/kinpush

Improved kinematic body, Now can move rigid body
This commit is contained in:
Rémi Verschelde
2018-02-20 15:41:10 +01:00
committed by GitHub
22 changed files with 96 additions and 88 deletions

View File

@ -474,7 +474,7 @@ public:
Variant collider_metadata;
};
virtual bool body_test_motion(RID p_body, const Transform &p_from, const Vector3 &p_motion, MotionResult *r_result = NULL) = 0;
virtual bool body_test_motion(RID p_body, const Transform &p_from, const Vector3 &p_motion, bool p_infinite_inertia, MotionResult *r_result = NULL) = 0;
/* JOINT API */