Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Help  Cloning A Rope Exactly
#2
Hi there,

In answered to your PM. However, I don't understand what's going on in the video you posted here. I assume you're saving the rope state at some point in time (when the character arrives at the sofa?) and then loading it.

If the copy is done correctly, and the original rope does not intersect walls/furniture, the copy shouldn't either (after all, particle positions are copied from the original rope). Note that if the original rope insterects something, the copy will too.

Quote:new rope shouldn't collide so I have made layer matrix settings

Obi does not use layer matrix to filter out collisions, as checking the matrix for each collision would be really inefficient when you have several thousands of contacts each frame (and in a particle system, you do). It uses phases instead. Particles/collider with the same phase will ignore each other. If they have different phases, they will collide with each other. See:
http://obi.virtualmethodstudio.com/tutor...sions.html
Reply


Messages In This Thread
Cloning A Rope Exactly - by alininavcisi - 02-05-2020, 12:04 PM
RE: Cloning A Rope Exactly - by josemendez - 03-05-2020, 06:53 PM