Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Help  Detect specific rope collision.
#24
(08-07-2022, 09:35 AM)Gauri7 Wrote: Hello Again , Can I get all the collisions of one rope ? in ObiActor , not all collisions in solver , individual rope collision points ?

I have attached a ss , I want only collisions in green circle on that rope , not collisions at red circle

Sure, you already have all collisions in the solver so just look for those that involve a specific rope. See "Retrieving the actor involved in a contact" in the manual: http://obi.virtualmethodstudio.com/manua...sions.html

Note that internally Obi does not make any distinction between particles belonging to different actors (ropes, cloth, fluids, etc). In fact, the engine does not know what an "actor" is. It works on particles, and treats all particles equal. All particles are tested for collisions simultaneously, and all contacts are solved regardless of the actors involved in them, which allows for efficient parallelization. It's up to you to select those contacts you're interested in.
Reply


Messages In This Thread
Detect specific rope collision. - by flaurens - 05-10-2020, 08:45 AM
RE: Detect specific rope collision. - by flaurens - 05-10-2020, 12:18 PM
RE: Detect specific rope collision. - by Elegar - 09-11-2020, 09:53 PM
RE: Detect specific rope collision. - by Elegar - 11-11-2020, 12:16 PM
RE: Detect specific rope collision. - by Gauri7 - 04-07-2022, 11:57 AM
RE: Detect specific rope collision. - by Gauri7 - 04-07-2022, 02:12 PM
RE: Detect specific rope collision. - by Gauri7 - 05-07-2022, 09:33 AM
RE: Detect specific rope collision. - by Gauri7 - 06-07-2022, 12:20 PM
RE: Detect specific rope collision. - by Gauri7 - 08-07-2022, 09:35 AM
RE: Detect specific rope collision. - by josemendez - 08-07-2022, 10:10 AM