Jump to content

Isosurface Spiral Function


karipu

Recommended Posts

I tried this one, created parameters for n, r1, r2 and o but I don't get the same shape as you, mine looks like a tube that does not fully revolve around itself.

I attached a screenshot...

Thanks!

Alex

This one generates a spiral. However, the crossections don't sweep properly with the curve (always parallel to one axis) (Apparently this is a hard mathematical problem to solve)

pow($X-ch("r2")*sin(ch("o")*$Z),ch("n")) +

pow($Y-ch("r2")*cos(ch("o")*$Z),ch("n"))-

pow(ch("r1"),ch("n"))

with n=2, r1= 0.2, r2 = 0.4

post-5190-126816469112_thumb.png

Link to comment
Share on other sites

I tried this one, created parameters for n, r1, r2 and o but I don't get the same shape as you, mine looks like a tube that does not fully revolve around itself.

I attached a screenshot...

Thanks!

Alex

Haven't got Houdini running on this machine but I think you missed setting the o parameter. That defines the spiraliniess. Set it to something like 360.

Link to comment
Share on other sites

  • 2 years later...

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