Details
-
Technical task
-
Resolution: Done
-
P1: Critical
Description
At the moment customers are in some cases using QML streams to render text (especially smaller text) because Qt 3D Studio text labels are not on par with quality. This is critical as to get good performance you want to minimize switching between 3D/2D rendering and text labels should be rendered inside Qt 3D Studio with good enough quality to use as it is. Even the weight of the font is different in Qt 3D Studio, one needs to use 2x scaling to achieve same weight look as with Qt Quick (with worse non-RGB AA).
Most likely the difference is in the fact that Qt Quick uses distance field rendering of glyphs and that produces better result.
Attachments
Issue Links
- is required for
-
QT3DS-1544 Add more text rendering options
- Closed
-
QT3DS-1591 Ensure text rendering is always sharp
- Closed
-
QT3DS-2833 Add support for pregenerated distance field glyph cache in Qt 3D Studio
- Closed