This commit is contained in:
CortexCore
2024-03-29 00:58:24 +08:00
parent 967ad8eacf
commit 05315ef4a8
232 changed files with 53368 additions and 8539 deletions

View File

@@ -233,10 +233,10 @@ namespace MagicaCloth2
// チームのセンター姿勢の決定と慣性用の移動量計算
masterJob = tm.CalcCenterAndInertiaAndWind(masterJob);
// パーティクルリセットの適用
// パーティクルの全体慣性およびリセットの適用
masterJob = sm.PreSimulationUpdate(masterJob);
// ■コライダーのローカル姿勢を求める
// ■コライダーのローカル姿勢を求める、および全体慣性とリセットの適用
masterJob = MagicaManager.Collider.PreSimulationUpdate(masterJob);
//-----------------------------------------------------------------