Click or drag to resize

SoftBodyShapeCoefficient Property

Pose matching coefficient [0,1]. Specifies the degree to which the rigid body attempts to maintain its shape. Higher Shape Coefficient values cause the rigid body to adhere more strictly to its original shape. If the values are too high, the soft body may penetrate or even fall through other objects.

Namespace:  NeoAxis
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public Reference<double> ShapeCoefficient { get; set; }

Property Value

Type: ReferenceDouble
See Also