Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Help  Rope extending issue
#4
(18-04-2022, 10:49 AM)nmbileg Wrote: This function correctly cuts the rope only when surfaced based collisions are disabled, now that I'm using surface based collision, it cutting at a wrong position. How can I correctly detect the right particle when its enabled?

Probably the code you're using in Solver_OnCollision ignores simplices. When using surface collisions, the way you get particle indices is slightly different. See the manual ("Retrieving the particle involved in a contact") for details:
http://obi.virtualmethodstudio.com/manua...sions.html
Reply


Messages In This Thread
Rope extending issue - by nmbileg - 17-04-2022, 01:29 PM
RE: Rope extending issue - by josemendez - 18-04-2022, 09:34 AM
RE: Rope extending issue - by nmbileg - 18-04-2022, 10:49 AM
RE: Rope extending issue - by josemendez - 18-04-2022, 11:31 AM
RE: Rope extending issue - by nmbileg - 26-04-2022, 05:08 PM