Skip to content

Instantly share code, notes, and snippets.

// title: New Sphere
// author: Rene K. Mueller
// description: geodesic approach to the sphere, in contrast with openscad-like
function getParameterDefinitions() {
return [
{ name: "fn", type: "float", initial: 32, caption: "Resolution" }
];
}