Added skin.scad

This commit is contained in:
Revar Desmera
2019-11-03 19:12:50 -08:00
parent a947ec2476
commit 785befb1c1
3 changed files with 163 additions and 1 deletions

View File

@@ -9,6 +9,9 @@
//////////////////////////////////////////////////////////////////////
include <triangulation.scad>
// Section: Creating Polyhedrons with VNF Structures
// VNF stands for "Vertices'N'Faces". VNF structures are 2-item lists, `[VERTICES,FACES]` where the
// first item is a list of vertex points, and the second is a list of face indices into the vertex