Hi,
I see there are two functions for updating content of a custom visual QML item: QQuickItem::updatePaintNode() and QSGNode::preprocess(). In first one we initially create and add new node to the scene graph. But which of them is more preferrable for updating geometry?
↧