stiffnessForce

This commit is contained in:
ousttrue
2024-11-20 15:46:40 +09:00
parent 716283dcc0
commit af24f798e5

View File

@@ -69,7 +69,8 @@ namespace RotateParticle.Components
dragForce = joint.m_dragForce,
gravityDir = joint.m_gravityDir,
gravityPower = joint.m_gravityPower,
stiffnessForce = joint.m_stiffnessForce,
// mod
stiffnessForce = joint.m_stiffnessForce * 6,
};
if (i == 0)
{