Jump to content

mandlebrot color issue


lavitz01

Recommended Posts

A few different things you could try; in 2d you can store the number of iterations of the fractal function, and use that to drive a ramp. In 3d you're generating the surface where every voxel has the same value, so that wouldn't work (or there might be, but I haven't hit up any fractal forums).

Instead I went 2 lazy methods. One is to just use the position relative to the bounding box of the shape. The other is to measure the curvature. In both cases I use that to drive a ramp, and in a third wrangle I use a mix of both.

 

mandlebrot_016_col_me.hip

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