This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
### 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: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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" } | |
]; | |
} |
NewerOlder