Hello everyone.

I recently started programming in Qt and QML and this is my first thread in this forum.
I'm writing this for a "simple" problem I'm struggling with for days.
I've got my Qt c++ application that visualizes a matrix of numbers with a Surface3D qml object. Such Surface3D has got its item parent, axis, camera, input handler and Surface3DSeries.
Now I want to overlap a scatterplot. I need to draw a Scatter3D of few points in the same axis of the Surface.
Is it possible?

If not, is it possible to exploit the selected point of the TouchInputHandler3D (I'd need to draw more than one of them in points specified by a model list)?

Thank you in advance.