lavitz01 Posted September 16, 2017 Share Posted September 16, 2017 i created a mandlebulb/mandlebrot and i want to animate it with colors that change like left 30% green right 70% blue and it changes over time. I do not know how to accomplish this. Please help. mandlebrot_016.hip Quote Link to comment Share on other sites More sharing options...
mestela Posted September 17, 2017 Share Posted September 17, 2017 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 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.