This will set the resolution of the text object
| <node3d:text3d>.resolution( | |
| res |
)
res
A number between 0 and 1 representing the resolution, 1 being the highest resolution.
The text objects initial resolution is 0.25 . The higher the resolution, the sharper the edges of the text object. However, the higher the resolution the more texture memory it will take up.
None