konstantin magnus Posted November 27, 2021 Share Posted November 27, 2021 An experimental setup for cabling objects by marching through an SDF. Probably overkill, but the starting points lift off, try to move straight to their targets while softly avoiding obstacles and then land when they get close. target_trails_sdf.hiplc 1 Quote Link to comment Share on other sites More sharing options...
vinyvince Posted November 29, 2021 Share Posted November 29, 2021 Some nice lines of VEX, i like the int pt_target = (i@ptnum + 1) % (i@numpt - 1) I built different method myself, I don't think your is overkilled, but need more option like avoid targeting the same obj. What I build before are ** Well like most people shortest path with point from volume and getting rid of the points once one path has been completed by a "cable/roots..". ** Other system is scatter on the first geo only , then minpos on second geo, then slide the points of surface randomly , detangle before going to vellum, use rest lenght for vellum slightly above **- Use samplesphere function to build a cone to ray the points randomly on the target geo, delete the point which are not hit or have touched the origin mesh. Building design rules to identify proper areas to place the start and termination are more tricky. Off course, we could know a couple of things, but how to you know if the piece procedurally considered is more square, round, a long shape or a weird elongated shape which will be hardly suitable for most ... Do you see what I mean Konstantin? @konstantin magnus Maybe IA might give you an help... ________________________________________________________________ Vincent Thomas (VFX and Art since 1998) Senior Env and Lighting artist & Houdini generalist & Creative Concepts http://fr.linkedin.com/in/vincentthomas 1 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
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.