I don't really know too much about 3d programing, but I want to try and make some shapes by playing around with fractal functions, which basically give me a bunch of points. I want a function that I could just feed these points through to get a solid, volumetric shape, perhaps with shadows. Is there a specific library that could help me with this? I tried just plotting the points
here, but that didn't work out well, even when I tried to use the hue to show its z value.
1