mirror of
https://github.com/revarbat/BOSL2.git
synced 2025-08-31 20:32:16 +02:00
atext() to text3d(). Overrode text() for 2D attachability.
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user