Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Dynamic Pin Constraints?
#1
Hi!

What is the method for dynamically adding pin constraints to a rope??

I've tried creating an ObiPinConstraintBatch object, using the AddConstraint function, and then using AddBatch to add the pinconstraintbatch to the ropes pin constraints. I reference the pin constraints of my rope with:
pinConstraints = swingRope.GetComponent<ObiPinConstraints> ();

Is this the proper way of doing this? Because what I've written appears to have no affect! I would appreciate any help!!

gxiv
Reply


Messages In This Thread
Dynamic Pin Constraints? - by gxiv. - 14-08-2017, 02:04 AM
RE: Dynamic Pin Constraints? - by josemendez - 15-08-2017, 11:18 AM
RE: Dynamic Pin Constraints? - by gxiv. - 17-08-2017, 12:57 AM
RE: Dynamic Pin Constraints? - by niZmo - 31-08-2017, 04:15 AM
RE: Dynamic Pin Constraints? - by niZmo - 31-08-2017, 02:29 PM