Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
ship rope
#1
Hi,


How can I set the rope to hold the ship? When the ship moves, the rope is stretched and does not hold the ship. I also want to use it in towing operations. 

In addition how can I set the rope length to make a longer or shorter rope ? I looked at the example scenes but I couldn't figure it out. 


Thank you

[Image: PMguER.jpg]
Reply
#2
(02-05-2020, 04:49 PM)3dship Wrote: Hi,


How can I set the rope to hold the ship? When the ship moves, the rope is stretched and does not hold the ship. I also want to use it in towing operations. 

In addition how can I set the rope length to make a longer or shorter rope ? I looked at the example scenes but I couldn't figure it out. 


Thank you

[Image: PMguER.jpg]

Hi there,

To have two-way coupling with a rigidbody, you need to use dynamic attachments:
http://obi.virtualmethodstudio.com/tutor...ments.html

To set the rope initial length/rest shape, edit its path by clicking in the "Edit path" button in the inspector:
http://obi.virtualmethodstudio.com/tutor...setup.html
Reply
#3
Thank you

I tried a lot of settings but I couldn't understand where am i doing wrong, the rope always stretches and doesn't hold the ship. 

Reply
#4
(26-05-2020, 07:40 PM)3dship Wrote: Thank you

I tried a lot of settings but I couldn't understand where am i doing wrong, the rope always stretches and doesn't hold the ship. 


Both attachments are clearly set to static. You need to switch the one that attaches the rope to the boat to dynamic.
Reply