feat: modules moved and engine moved to submodule
This commit is contained in:
parent
dfb5e645cd
commit
c33d2130cc
5136 changed files with 225275 additions and 64485 deletions
|
|
@ -122,8 +122,8 @@ void HingeJoint3D::_configure_joint(RID p_joint, PhysicsBody3D *body_a, PhysicsB
|
|||
|
||||
HingeJoint3D::HingeJoint3D() {
|
||||
params[PARAM_BIAS] = 0.3;
|
||||
params[PARAM_LIMIT_UPPER] = Math_PI * 0.5;
|
||||
params[PARAM_LIMIT_LOWER] = -Math_PI * 0.5;
|
||||
params[PARAM_LIMIT_UPPER] = Math::PI * 0.5;
|
||||
params[PARAM_LIMIT_LOWER] = -Math::PI * 0.5;
|
||||
params[PARAM_LIMIT_BIAS] = 0.3;
|
||||
params[PARAM_LIMIT_SOFTNESS] = 0.9;
|
||||
params[PARAM_LIMIT_RELAXATION] = 1.0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue