Re: [Interest] X11->XQuartz compatability?

2019-07-08 Thread Jason H
Tries, that, output changed slightly: function is no-op Unrecognized OpenGL version Unrecognized OpenGL version function is no-op QGLXContext: Failed to create dummy context function is no-op Unrecognized OpenGL version Unrecognized OpenGL version function is no-op failed to acquire GL context to

Re: [Interest] Java: can't use native c++ functions immediately

2019-07-08 Thread Alexander Dyagilev
Sorry, forgot to mention: it's Android. For now i have to use this ugly workaround: @Override     protected void onResume()     {     super.onResume();     // timer based workaround due to the bug:     // https://bugreports.qt.io/browse/QTBUG-70114     Timer timer = new

[Interest] Java: can't use native c++ functions immediately

2019-07-08 Thread Alexander Dyagilev
Is it OK that this bug exists so long? Maybe I'm doing something wrong? https://bugreports.qt.io/browse/QTBUG-76956 ___ Interest mailing list Interest@qt-project.org https://lists.qt-project.org/listinfo/interest

Re: [Interest] Adding new 3D geometry support to Qt3D?

2019-07-08 Thread Paul Lemire via Interest
Hi Nicholas, There are basically 3 ways of handling additional geometry formats in Qt3D. * The first approach is through the use of sceneloaders plugins https://code.qt.io/cgit/qt/qt3d.git/tree/src/plugins/sceneparsers?h=dev SceneLoader plugins basically have to convert a scene format into a