Hello everyone, I'm trying to enable anti-aliasing for the 3D scene view (the globe) but so far, I haven't found a single way to do this. Not much in terms of references to this problem online, and a single enum of different anti-aliasing levels in the docs that seems unapplicable to the SceneQuickView. I've also noticed that all demos lack anti-aliasing, including those using other native frameworks such as .NET.
I've tried to set it application-wide through OpenGL before the QApplication is instanced, I've tried the QML antialiasing property, nothing works. Is anti-aliasing just unsupported? Seems like a pretty big deal if so.