In this code
i have that errorCode:
import QtQuick 1.0 import Qt3D 1.0 Viewport { width: 640; height: 480 Item3D { id: teapot mesh: Mesh { source: "teapot.bez" } effect: Effect {} } }
Code:
GL graphics system is not active; cannot use 3D items