Skip to content

Instantly share code, notes, and snippets.

### Keybase proof
I hereby claim:
* I am Spiritdude on github.
* I am spiritdude (https://keybase.io/spiritdude) on keybase.
* I have a public key whose fingerprint is AC5B 7E68 8107 E45F 4A31 4DEE FC2C AF8C 93F4 B8CF
To claim this, I am signing this object:
// 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" }
];
}