Rendering font in 3D scene by QML
Unsolved
QML and Qt Quick
-
Hi there,
Anybody know how to make font work in 3D scene? Except for OpenGL way, could we make it realize by QML language? PS, modify the x, y and z properties of Text in View 3D doesn't work. Thanks a lot! -
Just include Text inside a Node and it will work like charm. See example https://doc.qt.io/qt-5/qtquick3d-quickitems-example.html