Table of Contents

Enum CollisionContinuationType

Namespace
BepuPhysics.CollisionDetection
Assembly
BepuPhysics.dll

Describes the flow control to apply to a convex-convex pair report.

public enum CollisionContinuationType : byte

Fields

CompoundMeshReduction = 3

Marks a pair as a part of a set of mesh-convex collisions spawned by a mesh-compound pair, potentially requiring mesh boundary smoothing.

Direct = 0

Marks a pair as requiring no further processing before being reported to the user supplied continuations.

MeshReduction = 2

Marks a pair as a part of a set of mesh-convex collisions, potentially requiring mesh boundary smoothing.

NonconvexReduction = 1

Marks a pair as part of a set of a higher (potentially multi-manifold) pair, potentially requiring contact reduction.