1

I have a line that connects two objects. I would like that when one of those objects moves, the points on the line follows the objects, so the line always connects both objects. enter image description here How could I achieve that?

jjcasmar
  • 359
  • 1
  • 4
  • 15

1 Answers1

3

Use hooks.

Hooks will allow you to parent vertices (or control points in a curve) to empties or vertices in other objects, so that the deformations are controlled by the parented element.

read the following links:

Attaching a curve by its endpoints to two spheres

Is it possible to assign a parent to a control point of a curve using animall?

How to make an object's vertex follow another object

How to make a wiggly animated curve?

Dotted line on curve?

susu
  • 14,002
  • 3
  • 25
  • 48