top of page

Houdini group by distance



It's a little trick I would like to share with you guys, if you were asked to group a bunch of points based on their distance to another point and you thought of using Cluster points vop then you are correct but you should follow it by another sop, well in this file you will find three ways of doing so:

- Using Clusters.

- Using wrangle which will look into the neighboring points and do some arrays.

- Using a mix of the previous two by searching for neighbors and partitioning them.

Nothing complex, have fun 😉


Download...

446 views0 comments

Recent Posts

See All

An attempt to sort two groups of points so each point will find its closest pair in the target group, and it works like this: - first we will reorder the target (you can do the opposite) - test each p

bottom of page