Jump to content

Moving random points to position on grid


user0

Recommended Posts

I have 10 randomly located points, that I need to animate moving to the positions of 10 corresponding points on a grid. How do I take the position attributes of the target points and animate the positions of the original points moving to them? Is this the best way to do this?

red netbox is original points, blue box is target points

movingpoints.hipnc

Link to comment
Share on other sites

I just quickly banged an example together for you which should hopefully help you work out your own scene.

They rely on the same point numbers, so if you have different point numbers you'll have to save an attribute of that target PTNUM and use that to find it's position.

You could add a bit of noise to the motion and you'll have to tell it not to keep evaluating if it's hit the destination etc, but hopefully this will help a bit.

C

movingpoints_new.hip

  • Like 1
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...