Hi,

I've made a 3D cube with Qt/3D using QDeclarativeItems as textures on it (rendered on FBOs with painter). This way I can render QML on my cube. This worked fine when I wasn't doing this with qt3d but on standard qt opengl widget. But after moving to qt3d, animations on these qmls won't update anymore. Anyone have any idea how I can get these animations updated?