Was on a trip for about a week so didn't get much done. Added basic noise support. The noise is applied to the sphere here.
 |
Some parts have noise, some parts don't.
Formula:(min (add sphere noise) (repeat donut (repeat hexigon (repeat sphere)))) |
 |
Everything has noise here
Formula:(add (add sphere noise) (repeat donut (repeat hexigon (repeat sphere)))) |
 |
| Formula:(min (add sphere noiseRMFBillow) (repeat donut (repeat hexigon (repeat sphere)))) |
 |
| Formula:(min (add sphere noiseRMF) (repeat donut (repeat hexigon (repeat sphere)))) |
 |
Formula:(sub (add sphere noiseRMF) (repeat donut (repeat hexigon (repeat sphere))))
|
Graphics are pretty bland right now, but I've got more important things to work on for at least a few months. Might touch up the graphics early next year.