amaze
This commit is contained in:
@@ -16,10 +16,10 @@ class TextObject {
|
||||
txt.anchorY = 'bottom';
|
||||
txt.curveRadius = 0;
|
||||
txt.outlineColor = 0xffffff;
|
||||
txt.outlineWidth = '1%';
|
||||
txt.outlineWidth = '15%';
|
||||
txt.depthOffset = 0.1;
|
||||
//txt.outlineBlur = '50%';
|
||||
txt.color = new Color(0xffffff);
|
||||
txt.color = new Color(0x0);
|
||||
assignParams(txt, obj)
|
||||
let m = new MeshStandardMaterial({
|
||||
roughness: .73,
|
||||
|
||||
Reference in New Issue
Block a user