Go to the source code of this file.
◆ ContactPoints
◆ ValidateResult
Return value for the OnContactValidate callback. Determines if the contact is being processed or not. Results are ordered so that the strongest accept has the lowest number and the strongest reject the highest number (which allows for easy combining of results)
Enumerator |
---|
AcceptAllContactsForThisBodyPair | Accept this and any further contact points for this body pair.
|
AcceptContact | Accept this contact only (and continue calling this callback for every contact manifold for the same body pair)
|
RejectContact | Reject this contact only (but process any other contact manifolds for the same body pair)
|
RejectAllContactsForThisBodyPair | Rejects this and any further contact points for this body pair.
|