Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[Offline Rendering] update Mesh Colliders
#2
(08-05-2020, 07:42 PM)kouglov Wrote: Last question : it is possible to get informations when a particle collide on a surface ? 
Like to trigger an action (I would like to apply a decal to the collided object to simulate a wet surface)

Hi there!

Yes, you can get a list of all contacts generated each frame. To do that, subscribe to the solver's OnCollision event. See:
http://obi.virtualmethodstudio.com/tutor...sions.html
Reply


Messages In This Thread
RE: [Offline Rendering] update Mesh Colliders - by josemendez - 19-05-2020, 03:10 PM