Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
ObiRodCursor
#8
(03-06-2024, 08:13 AM)CaDev Wrote: can i achive this same effect for obi rope? by changing any script/code?

Yes, you can just attach two points in the rope instead of one. Due to basic geometry this will constrain the rope's orientation in 2 axis - note the rope will still be free to twist. This is because objects can rotate around 1 point, but can't rotate around 2 points since only one line passes trough 2 points in space.

This technique is used in some of the sample scenes, for instance in "RopeShowcase" the ropes in the left wall use 2 attachments to stay perpendicular to the wall.

kind regards,
Reply


Messages In This Thread
ObiRodCursor - by CaDev - 29-05-2024, 01:41 PM
RE: ObiRodCursor - by josemendez - 29-05-2024, 04:35 PM
RE: ObiRodCursor - by CaDev - 03-06-2024, 06:07 AM
RE: ObiRodCursor - by josemendez - 03-06-2024, 07:00 AM
RE: ObiRodCursor - by CaDev - 03-06-2024, 07:11 AM
RE: ObiRodCursor - by josemendez - 03-06-2024, 07:42 AM
RE: ObiRodCursor - by CaDev - 03-06-2024, 08:13 AM
RE: ObiRodCursor - by josemendez - 03-06-2024, 08:48 AM