2
$\begingroup$

So I am in the process of writing a geo node modifier where I can create curves that are offset from the original curve by a certain amount.

I would like to be able to offset the curves by an amount that changes along the curve (see image bellow) but I am not certain how to do that.

here are the main nodes enter image description here

here are the nodes that calculates the offset: enter image description here

here is the current result: enter image description here

and here is the desired outcome, where green is the main curve and red are the created curves: enter image description here

$\endgroup$
2
  • $\begingroup$ What values are in the divide nodes? $\endgroup$
    – Leander
    Commented Mar 6 at 5:31
  • $\begingroup$ the value is 0.5 to get another curve between the outermost and the center one. $\endgroup$
    – Ova 578
    Commented Mar 6 at 17:40

1 Answer 1

2
$\begingroup$

You can use the curve factor to get a range between 0 and 1 along the curve.

That way, you can control the offset strength along the curve. Use a map range node if you want to have more control over the offset settings

Also, you should use a duplicate elements node instead of making a group for each curves, its better for performances and compatibility

enter image description here

enter image description here

$\endgroup$

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged .