atext() to text3d(). Overrode text() for 2D attachability.

This commit is contained in:
Garth Minette
2022-01-18 21:29:23 -08:00
parent e02795a09b
commit 7ca44e81c4
4 changed files with 116 additions and 21 deletions

View File

@@ -9,6 +9,9 @@
//////////////////////////////////////////////////////////////////////
use <builtins.scad>
// Section: Coloring Objects
// Module: rainbow()
@@ -116,3 +119,5 @@ function HSV(h,s=1,v=1) =
module HSV(h,s=1,v=1,a=1) color(HSV(h,s,v),a) children();
// vim: expandtab tabstop=4 shiftwidth=4 softtabstop=4 nowrap