优化绳逻辑

This commit is contained in:
2026-02-26 00:05:18 +08:00
parent adbd097fd5
commit 06e5d9ae1a
2 changed files with 109 additions and 15 deletions

View File

@@ -47,7 +47,7 @@ MonoBehaviour:
m_EditorClassIdentifier:
startAnchor: {fileID: 0}
endAnchor: {fileID: 54298866000586118}
LineMultiple: 1
LineMultiple: 5
physicsSegmentLen: 0.1
minPhysicsNodes: 2
maxPhysicsNodes: 200
@@ -68,6 +68,8 @@ MonoBehaviour:
groundRadius: 0.01
groundCastHeight: 1
groundCastDistance: 2.5
groundSampleStep: 3
groundInterpolate: 1
renderSubdivisionsIdle: 6
renderSubdivisionsMoving: 2
movingSpeedThreshold: 2
@@ -663,7 +665,7 @@ MonoBehaviour:
m_EditorClassIdentifier:
startAnchor: {fileID: 54298866000586118}
endAnchor: {fileID: 54679398375713381}
LineMultiple: 1
LineMultiple: 5
physicsSegmentLen: 0.2
minPhysicsNodes: 2
maxPhysicsNodes: 120
@@ -684,6 +686,8 @@ MonoBehaviour:
groundRadius: 0.01
groundCastHeight: 1
groundCastDistance: 2.5
groundSampleStep: 3
groundInterpolate: 1
renderSubdivisionsIdle: 6
renderSubdivisionsMoving: 2
movingSpeedThreshold: 2