C# Class BEPUphysics.Settings.CollisionDetectionSettings

Settings class containing global information about collision detection.
Afficher le fichier Open project: Indiefreaks/igf

Méthodes publiques

Свойство Type Description
AllowedPenetration float
DefaultMargin float

Property Details

AllowedPenetration public_oe static_oe property

The default amount of allowed penetration into the margin before position correcting impulses will be applied. Defaults to .01f.
public static float AllowedPenetration
Résultat float

DefaultMargin public_oe static_oe property

Default collision margin around objects. Margins help prevent objects from interpenetrating and improve stability. Defaults to .04f.
public static float DefaultMargin
Résultat float