I'm trying to make a plane of simple rolling hills using voronoi. I don't want realistic terrain, just basic smooth curved circular overlapping mounds with phong material. I think what I need to do is generate flattened spheres that extend outwords from the center of each cell, but I haven't been able to locate the right node to do that. I've tried grid -> voronoi fracture -> smooth -> extrude but it can't get anything that looks rounded. What am I doing wrong here? Why does everything I attempt look so "rocky" like broken glass?
First image is what I have, others are examples of my intended look (more or less).