|
Usagecloth.collisionResponseCoefficient = newResponseValue
- Access:
- Get/Set
- Type:
- float
- Default value:
- 0.2
DescriptionThis
property controls the amount of impulse transferred from the cloth
to the colliding rigid bodies. This property has effect only if
the enableTwowayCollision property is set to true.
See enableTwoWayCollision.
Example--Lingo Syntax
cloth.collisionResponseCoefficient = 0.8
//Javascript syntax
cloth.collisionResponseCoefficient = 0.8;
|
|
|