mirror of
https://github.com/vrm-c/UniVRM.git
synced 2026-09-09 12:29:23 -05:00
stiffnessForce
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user