How to anti-aliasing SVG image in QML
-
Use "smooth" property. https://doc.qt.io/qt-5/qml-qtquick-image.html#smooth-prop
-
I mean in Qt 3D, an image has to uploaded by TextureLoader{ }. Therefor, smooth property can not declare in TextureLoader. I have already try to use smooth property but it has no effective.
@canlx said in How to anti-aliasing SVG image in QML:
I mean in Qt 3D, an image has to uploaded by TextureLoader{ }. Therefor, smooth property can not declare in TextureLoader. I have already try to use smooth property but it has no effective.
As, sorry, I misunderstood. I have no experience in Qt3D.
-
@canlx said in How to anti-aliasing SVG image in QML:
I mean in Qt 3D, an image has to uploaded by TextureLoader{ }. Therefor, smooth property can not declare in TextureLoader. I have already try to use smooth property but it has no effective.
As, sorry, I misunderstood. I have no experience in Qt3D.