C# Класс BEPUphysics.Settings.CollisionResponseSettings

Contains global settings relating to the collision response system.
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
BouncinessVelocityThreshold float
MaximumPenetrationCorrectionSpeed float
PenetrationRecoveryStiffness float
StaticFrictionVelocityThreshold float
TwistFrictionFactor float

Описание свойств

BouncinessVelocityThreshold публичное статическое свойство

Impact velocity above which the bouciness of the object pair is taken into account. Below the threshold, no extra energy is added. Defaults to 1.
public static float BouncinessVelocityThreshold
Результат float

MaximumPenetrationCorrectionSpeed публичное статическое свойство

Maximum speed at which interpenetrating objects will attempt to undo any overlap. Defaults to 2.
public static float MaximumPenetrationCorrectionSpeed
Результат float

PenetrationRecoveryStiffness публичное статическое свойство

Fraction of position error to convert into corrective momentum. Defaults to 0.2.
public static float PenetrationRecoveryStiffness
Результат float

StaticFrictionVelocityThreshold публичное статическое свойство

Magnitude of relative velocity at a contact point below which staticFriction is used. dynamicFriction is used when velocity exceeds this threshold. Defaults to 0.2.
public static float StaticFrictionVelocityThreshold
Результат float

TwistFrictionFactor публичное статическое свойство

Value by which a collision pair's friction coefficient will be multiplied to get the twist friction coefficient. Defaults to 1.
public static float TwistFrictionFactor
Результат float