sketch.js: reduce amount of layers for 3D text
This commit is contained in:
parent
3232913c81
commit
f41b131563
|
|
@ -140,8 +140,8 @@ class Text3D {
|
||||||
this.fromColor = fromColor;
|
this.fromColor = fromColor;
|
||||||
this.toColor = toColor;
|
this.toColor = toColor;
|
||||||
this.textString = textString;
|
this.textString = textString;
|
||||||
this.depth = 150; // Number of layers for 3D effect
|
this.depth = 30; // Number of layers for 3D effect
|
||||||
this.depthSpacing = 0.15; // Depth spacing between layers
|
this.depthSpacing = 0.60; // Depth spacing between layers
|
||||||
this.rotationY = 0;
|
this.rotationY = 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue