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.
How could I achieve that?
Asked
Active
Viewed 267 times
1 Answers
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
susu
- 14,002
- 3
- 25
- 48
-
Thanks, that was useful – jjcasmar May 02 '20 at 17:35