Skip to content

Instantly share code, notes, and snippets.

@atnbueno
atnbueno / parametrization.scad
Created March 29, 2018 15:02
Example of 3D parametrization with OpenSCAD
/* EXAMPLE OF 3D PARAMETRIZATION WITH OPENSCAD
© 2018 Antonio Bueno
https://github.com/atnbueno
The content of this file is licensed under the terms of the MIT
license: <https://opensource.org/licenses/MIT>
DESCRIPTION: An example of 3D parametrization a.k.a. how to wrap
a bidimentional interval around a 3D shape. The code below makes
a weak attempt to minimize the distortion of the triangulation,