Grouping only resampled points

   1589   2   0
User Avatar
Member
9 posts
Joined: 8月 2013
Offline
Hi, I'm currently subdividing two opposing lines so I can generate “bridges between them”. Kind of like this:

0———0

0———0

To This

0-x-x-x-x-0

0-x-x-x-x-0 Where the X's are connected by simple edges .

I get to the point where I resample the original lines to create the X points, but despite my efforts, I can't figure out how to group just the X points and connect them. Resample doesn't seem to have an options for this. This is my first big Houdini project and so far everything's worked out well but I'm totally stuck. I can only think of using VEX which seems like overkill for my first project (not that I would be opposed)
Edited by Alex Christopher - 2020年11月25日 18:35:57
User Avatar
Member
555 posts
Joined: 2月 2017
Offline
here's just one way…there's probably 1 billion + 1 ways to do it.

Attachments:
vu_ladder.hipnc (72.5 KB)

User Avatar
Member
9 posts
Joined: 8月 2013
Offline
Perfect! Worked great!
  • Quick Links