Jump to content

Deform/Bend curves with radius


ProceduralFrankie

Recommended Posts

Set a grid to 'columns' to create lots of vertical lines and randomize their scale and position with a primitive SOP.

Group the tip points by their height beforehand and jitter or shift them outwards in relation to the center, like this:

v@P += v@P * {1, 0, 1} * bend; 

grass_cruves.thumb.png.770accfa1e9900feef252aa036bcb42c.png

A resample SOP set to 'subdivision curves' will bring the smoothness.

grass_curves.hip

Link to comment
Share on other sites

  • 3 weeks later...

Similar question showed up on discord and I used this asset I've put on Orbolt to sort the bend time offset between each copy.
ZFyEmlz.gif

Instead of looping, which is slower, you could just bend the copies afterwards as long as you have the proper attributes to the define the copies' space. Check 5m10s



Cheers

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...