Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Help  Slingshot rope
#4
(30-04-2020, 08:49 PM)baskot Wrote: Thanks for the tip. Rope also going above the ball or under it sometimes since it's a sphere. Is there a way we can lock the position y of the rope so it stays the same.

If the user is able to move the sphere around directly (by setting its transform), then the rope will obviously not be able to stop it from going anywhere in the scene, as it can't apply forces on the ball.

You need to either clamp the y position of the ball yourself, or let the user move the ball using forces so that the rope can also affect its movement.
Reply


Messages In This Thread
Slingshot rope - by baskot - 29-04-2020, 09:40 PM
RE: Slingshot rope - by josemendez - 30-04-2020, 09:41 AM
RE: Slingshot rope - by baskot - 30-04-2020, 08:49 PM
RE: Slingshot rope - by josemendez - 01-05-2020, 10:33 AM