Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Help  Solver collision contacts count is always 0
#4
(08-09-2020, 08:36 AM)dosinis Wrote: This is the implementation and log message says it's 0 no matter what Triste
And by docs I meant tutorials, sorry : http://obi.virtualmethodstudio.com/tutor...sions.html

You've subscribed to the OnParticleCollision event. This is for contacts between particles, as explained in the manual.

To get a list of contacts against colliders, you should subscribe to OnCollision instead.


Quote from http://obi.virtualmethodstudio.com/tutor...sions.html:

Quote:To request the particle-collider contact list from the solver, subscribe to its OnCollision event. To retrieve the particle-particle contact list, subscribe to its OnParticleCollision event.

This page should also be up to date (v5.5). Is there any part of it you're having trouble with?
Reply


Messages In This Thread
RE: Solver collision contacts count is always 0 - by josemendez - 08-09-2020, 08:49 AM