Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Help  Best Practice for Project
#2
Hi Robert,

Unless you need torsion/twist simulation (imho a sausage has very little twisting motion to simulate) or you need to have a non-straight rest shape, you shouldn't need to use rods. Also, rods cannot be cut at runtime so that wouldn't help with your use case.

Quote:The weiner should have rounded ends attached to it 
My Idea: Obi Particle Attachment with dynamic type?

Dynamic attachments are meant for two-way coupling with rigidbodies, so they would be overkill in this case. You just need a rounded shape "glued" to the end of the rope, you can use the included utility script ObiRopePrefabPlugger to place prefabs at the start/end of the rope as well as plug the cut regions.

Quote:My Idea: Use Rod instead of Rope, read about Bend Constraonts but can't find them in the package
You'll find bend constraint settings in the ObiRope component. Global bend constraint settings are found in the ObiSolver component, inside the "Constraints" foldout.

Quote:The weiner has to be cuttable when it touches a knife 
My Idea: Use Tear() method? - might only be applicable to rope and not rod though.

Yes, this will work. See the manual for more info on getting contact information at runtime and dealing with custom rope tearing:
http://obi.virtualmethodstudio.com/manua...sions.html
http://obi.virtualmethodstudio.com/manua...ropes.html

kind regards,
Reply


Messages In This Thread
Best Practice for Project - by roberthey - 10-12-2022, 12:44 PM
RE: Best Practice for Project - by josemendez - 12-12-2022, 09:17 AM
RE: Best Practice for Project - by roberthey - 12-12-2022, 11:14 AM
RE: Best Practice for Project - by josemendez - 12-12-2022, 11:31 AM
RE: Best Practice for Project - by roberthey - 12-12-2022, 06:00 PM