Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Help  Is it possible to connect a Cloth to a Rod
#3
(12-06-2023, 09:31 AM)josemendez Wrote: Hi,

You can connect particles from one actor to another using the ObiStitcher component.

However, this won't work well in your case since rod particles are oriented, but cloth particles aren't. This means that the cloth particle will be able to rotate freely around all axis when attached to the rod, like a ball-and-socket kind of joint. As a result your plant will look like it needs watering :/, all leafs pointing to the ground due to gravity.

For this to work, cloth particles should also have an orientation which they currently don't so I don't think it is possible to do this as of now.

Only workaround I can think of is using a rigidbody as a sort of mediator: attach a rigidbody to a rod particle (using a dynamic attachment), then attach a few leaf particles to the rigidbody. This should take care of keeping orientation.

kind regards,

That makes sense, thank you for explaining!
Reply


Messages In This Thread
RE: Is it possible to connect a Cloth to a Rod - by azazdeaz - 13-06-2023, 11:28 AM