mirror of
https://github.com/JustinSDK/dotSCAD.git
synced 2025-08-15 11:14:17 +02:00
scale when smoothing
This commit is contained in:
@@ -6,7 +6,9 @@ font = "思源黑體 Heavy";
|
|||||||
font_size = 14;
|
font_size = 14;
|
||||||
smoothing = false; // warning: previewing is slow if it's true.
|
smoothing = false; // warning: previewing is slow if it's true.
|
||||||
|
|
||||||
tumbler();
|
scale(smoothing ? 0.985 : 1)
|
||||||
|
tumbler();
|
||||||
|
|
||||||
wish_decoration();
|
wish_decoration();
|
||||||
|
|
||||||
module tumbler() {
|
module tumbler() {
|
||||||
|
Reference in New Issue
Block a user