Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How to detect number of particles in collision?
#5
(16-07-2020, 09:59 AM)anulagarwal Wrote: Hey,
The number seems to be fluctuating tho.
I cannot get the exact number of particles in contact with the collision, they seem to go up and down every frame.

Hi,

The amount of contacts should always be correct, as the data structure passed to the collision event is the exact same used by the engine to resolve collisions. Missing/excess collisions would result in incorrect physical behavior.

How are you counting the amount of particles in contact?
Reply


Messages In This Thread
RE: How to detect number of particles in collision? - by josemendez - 16-07-2020, 10:01 AM