diff options
author | Marius Kintel <marius@kintel.net> | 2011-09-02 21:34:29 (GMT) |
---|---|---|
committer | Marius Kintel <marius@kintel.net> | 2011-09-02 21:34:29 (GMT) |
commit | 475cfd17817f9e2fa28e0061462f2818b739a592 (patch) | |
tree | c43dc97675b066ddadc0f5f7dbd8b7e7791b1ce6 /RELEASE_NOTES | |
parent | d6df99ea58d90800938b447f79bf4afd44e40942 (diff) |
Added new color() options
Diffstat (limited to 'RELEASE_NOTES')
-rw-r--r-- | RELEASE_NOTES | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/RELEASE_NOTES b/RELEASE_NOTES index a95d588..880ba91 100644 --- a/RELEASE_NOTES +++ b/RELEASE_NOTES @@ -1,6 +1,9 @@ OpenSCAD 20xx.yy ================ +o The color() statement now supports an alpha parameter, e.g. color(c=[1,0,0], alpha=0.4) +o The color() statement now supports specifying colors as strings, e.g. color("Red") + Bugfixes: o square() crashed if any of the dimensions were zero o Flush Caches didn't flush cached USE'd modules |