Skip to content

QML: make QML component behave correctly like QQuickFrameBufferObject does

john-stone requested to merge john-stone/vtk:john-stone/QML into master

The current QML component suffers from several problems because it's not fully integrated into the QML

Replace the current implementation with a much simpler one that behaves like QQuickFrameBuffer object does in the QML scene graph.

Merge request reports