Compatibility of webgl plugin with Qt3DStudio in a QtQuick application
Unsolved
QML and Qt Quick
-
I created an interface on QT3D studio, and I integrated it to a QtQuick application.
When I launch the application on QT, everything works normally. But when I launch the application with the WebGL plugin, to deploy it on the web, nothing is displayed anymore.
My browser is compatible with WebGL.The command line for launch the app is :
myapp - -platform webgl:port=8080
Can the WebGL plugin be used with this kind of application?