Set the thickness of the 3D text node
| <node3d:text3d>.setThickness( | |
| thickness |
)
thickness
The thickness as a percentage of the character height.
This command is used to control the depth of 3D text objects created using the <viz>.addText3D command.
The default global thickness can be specified with the viz.text.thickness option. The default value of the option is 0.1 .
None