mirror of
https://github.com/JustinSDK/dotSCAD.git
synced 2025-07-31 12:00:23 +02:00
added comments
This commit is contained in:
@@ -48,7 +48,8 @@ module rounded_cube(size, corner_r, center = false) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
center_pts = center ? [0, 0, 0] : [half_x, half_y, half_z];
|
center_pts = center ? [0, 0, 0] : [half_x, half_y, half_z];
|
||||||
|
|
||||||
|
// Don't use `hull() for(...) {...}` because it's slow.
|
||||||
translate(center_pts) hull() {
|
translate(center_pts) hull() {
|
||||||
corner(0);
|
corner(0);
|
||||||
corner(1);
|
corner(1);
|
||||||
|
Reference in New Issue
Block a user