Qt3D in 5.2 without rebuilding?
-
So I'm trying to get Qt3D to work. I have 5.2 installed and follow the instructions at qt-project.org/wiki/Qt3D-Installation.
It builds and installs fine. qglinfo.exe and its FPS test run fine.
But the tutorials don't work.
They build, but Cube1 runs with: "Could not create requested format: QSurfaceFormat etc..." and displays a white silhouette of a cube.
penguin runs with:
Could not create requested format: etc...
Asset importer error: Chunk is too largeand then crashes.
Any tips on making it work?