Version: 2020.2
언어: 한국어

Cloth.SetSelfAndInterCollisionIndices

매뉴얼로 전환
public void SetSelfAndInterCollisionIndices (List<uint> indices);

파라미터

indices List of cloth particles indices to use for cloth self and/or inter collision.

설명

This allows you to set the cloth indices used for self and inter collision.

The same set of indices is used in both situations if necessary. To enable self-collision, both self-collision distance and self-collision stiffness should be set to to non-zero values. To enable inter-collision, both inter-collision distance and inter-collision stiffness should be set to to non-zero values.