16-10-2023, 06:40 AM
(This post was last modified: 16-10-2023, 06:41 AM by josemendez.)
Hi!
Subscribe to solver.OnCollision, this will make a list of contacts available to you. Each contact contains orthonormal frame (normal/tangent/bitangent) and an impulse magnitude along each of them, along with information about the specific particle/collider pair involved in the contact.
The manual contains in-depth details about how collision callbacks work. See: http://obi.virtualmethodstudio.com/manua...sions.html
kind regards,
Subscribe to solver.OnCollision, this will make a list of contacts available to you. Each contact contains orthonormal frame (normal/tangent/bitangent) and an impulse magnitude along each of them, along with information about the specific particle/collider pair involved in the contact.
The manual contains in-depth details about how collision callbacks work. See: http://obi.virtualmethodstudio.com/manua...sions.html
kind regards,