19-03-2024, 08:35 AM
(19-03-2024, 07:33 AM)Agony Wrote: 您好,感谢您的回复,但是我的场景中可能有很多绳子,我担心增加子步骤数量会导致性能问题
Obstacles/colliders in the scene are not affected by substeps. Collision detection is only performed once per frame, regardless of the amount of substeps used. Only constraint solving and integration are performed once per substep, so unless you have extremely long ropes (or many ropes), increasing the amount of substeps should be fine.