diff options
author | RĂ©mi Verschelde <rverschelde@gmail.com> | 2018-08-24 17:10:54 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-08-24 17:10:54 +0200 |
commit | 77185aaf21f6235dd7aab664d191e149390ad5ee (patch) | |
tree | 1ff00591675f4183d7414d1bd5d28d5c37fc74ba /modules/bullet/cone_twist_joint_bullet.h | |
parent | 0b67d1665d94f91069e9163087f51c632d5b4d1d (diff) | |
parent | b5480634c36bcc2375b1f0fc8fa58b5a5cc357c0 (diff) |
Merge pull request #21049 from AndreaCatania/joints
Improved 6DOF joint implementation
Diffstat (limited to 'modules/bullet/cone_twist_joint_bullet.h')
-rw-r--r-- | modules/bullet/cone_twist_joint_bullet.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/modules/bullet/cone_twist_joint_bullet.h b/modules/bullet/cone_twist_joint_bullet.h index bd6eb49196..d6040fd6ec 100644 --- a/modules/bullet/cone_twist_joint_bullet.h +++ b/modules/bullet/cone_twist_joint_bullet.h @@ -47,14 +47,6 @@ public: virtual PhysicsServer::JointType get_type() const { return PhysicsServer::JOINT_CONE_TWIST; } - void set_angular_only(bool angularOnly); - - void set_limit(real_t _swingSpan1, real_t _swingSpan2, real_t _twistSpan, real_t _softness = 0.8f, real_t _biasFactor = 0.3f, real_t _relaxationFactor = 1.0f); - int get_solve_twist_limit(); - - int get_solve_swing_limit(); - real_t get_twist_limit_sign(); - void set_param(PhysicsServer::ConeTwistJointParam p_param, real_t p_value); real_t get_param(PhysicsServer::ConeTwistJointParam p_param) const; }; |