C# Class BEPUphysics.Settings.CollisionDetectionSettings

Settings class containing global information about collision detection.
显示文件 Open project: Indiefreaks/igf

Public Properties

Property 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
return 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
return float