Details
-
Bug
-
Resolution: Invalid
-
P3: Somewhat important
-
None
-
5.5.0 Alpha
-
None
-
Arch linux,
using custom build qt 5.5,
output from glxinfo:
OpenGL core profile version string: 3.3 (Core Profile) Mesa 10.5.2
OpenGL core profile shading language version string: 3.30
[...]
OpenGL version string: 3.0 Mesa 10.5.2
OpenGL shading language version string: 1.30
[...]
OpenGL ES profile version string: OpenGL ES 3.0 Mesa 10.5.2
OpenGL ES profile shading language version string: OpenGL ES GLSL ES 3.00
Arch linux, using custom build qt 5.5, output from glxinfo: OpenGL core profile version string: 3.3 (Core Profile) Mesa 10.5.2 OpenGL core profile shading language version string: 3.30 [...] OpenGL version string: 3.0 Mesa 10.5.2 OpenGL shading language version string: 1.30 [...] OpenGL ES profile version string: OpenGL ES 3.0 Mesa 10.5.2 OpenGL ES profile shading language version string: OpenGL ES GLSL ES 3.00
Description
I tried to combine the Qt3D Wireframe example and the Qt3D Scene3d example cause I need an embedded 3D Viewer in an user interface.
Somehow the loading of the wireframe (from the example) and the default material fail to load. Using PhongMaterial it works.
It has been tested with different 3d models exported from blender.