From af24f798e5d20de2d6abb00561a8321adfff3ad0 Mon Sep 17 00:00:00 2001 From: ousttrue Date: Wed, 20 Nov 2024 15:46:40 +0900 Subject: [PATCH] stiffnessForce --- .../Runtime/Components/RotateParticleRuntimeProvider.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Assets/VRM10_Samples/ClothSample/RotateParticle/Runtime/Components/RotateParticleRuntimeProvider.cs b/Assets/VRM10_Samples/ClothSample/RotateParticle/Runtime/Components/RotateParticleRuntimeProvider.cs index 605713fd4..b36eb5a34 100644 --- a/Assets/VRM10_Samples/ClothSample/RotateParticle/Runtime/Components/RotateParticleRuntimeProvider.cs +++ b/Assets/VRM10_Samples/ClothSample/RotateParticle/Runtime/Components/RotateParticleRuntimeProvider.cs @@ -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) {