Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Help  Two Ropes sharing a Dynamic Target
#2
(06-02-2023, 05:00 PM)Giantbean Wrote: I'm trying to make a dynamic object with two ropes coming out of it and attaching two other dynamic objects. (A Multimeter with a positive and negative probe in VR)

I have one rope properly attached to both ends but the rope that is lower in the hierarchy fails to make the connection to the Multimeter. Can two ropes connect to the same dynamic object? 

P.S. I tried with child objects and each having its own collider and rigidbody but these rigidbodies fought with one another and caused drag when held in VR.

Hi,

Yes, two ropes can connect to  the same "dynamic object" (I assume you're referring to a non-kinematic rigidbody). See the "FreightLift" sample scene for an example of 4 ropes connected to the same object.

Order of objects within a hierarchy does not matter to a solver, are you creating the attachments at runtime? if so, could you share your code to do this?
Reply


Messages In This Thread
Two Ropes sharing a Dynamic Target - by Giantbean - 06-02-2023, 05:00 PM
RE: Two Ropes sharing a Dynamic Target - by josemendez - 06-02-2023, 05:07 PM