mirror of
https://github.com/revarbat/BOSL2.git
synced 2025-08-15 09:24:00 +02:00
Remove spin from edges() figure1.
This commit is contained in:
@@ -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")
|
||||||
|
@@ -8,7 +8,7 @@
|
|||||||
//////////////////////////////////////////////////////////////////////
|
//////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
|
|
||||||
BOSL_VERSION = [2,0,31];
|
BOSL_VERSION = [2,0,32];
|
||||||
|
|
||||||
|
|
||||||
// Section: BOSL Library Version Functions
|
// Section: BOSL Library Version Functions
|
||||||
|
Reference in New Issue
Block a user