Remove spin from edges() figure1.

This commit is contained in:
Revar Desmera 2019-11-11 23:45:58 -08:00
parent a52412cabe
commit 9d78a67c64
2 changed files with 2 additions and 2 deletions

View file

@ -116,7 +116,7 @@ function normalize_edges(v) = [for (ax=v) [for (edge=ax) edge>0? 1 : 0]];
// [X-Y-, X+Y-, X-Y+, X+Y+] // [X-Y-, X+Y-, X-Y+, X+Y+]
// ] // ]
// ``` // ```
// Figure(3DMedSpin): Face Vector Edge Sets // Figure(3DBig): Face Vector Edge Sets
// module text3d(txt) { // module text3d(txt) {
// xrot(90) // xrot(90)
// color("#000") // color("#000")

View file

@ -8,7 +8,7 @@
////////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////////
BOSL_VERSION = [2,0,31]; BOSL_VERSION = [2,0,32];
// Section: BOSL Library Version Functions // Section: BOSL Library Version Functions