mirror of
https://github.com/Haskell-Things/ImplicitCAD.git
synced 2024-11-04 01:26:48 +03:00
fix incorrect syntax in example 13.
This commit is contained in:
parent
00073f1305
commit
9b1f52e6b6
@ -1,5 +1,5 @@
|
|||||||
/* Example 13 - The rounded union of a cube and a sphere. */
|
/* Example 13 - The rounded union of a cube and a sphere. */
|
||||||
union () {
|
union () {
|
||||||
cube ([0,0,0],[20,20,20]);
|
cube ([20,20,20]);
|
||||||
translate ([20,20,20]) sphere (15);
|
translate ([20,20,20]) sphere (15);
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user