QT3D Scene3D geometry renderer not visible
I am trying to use QT3D to display a point cloud. In order to test the rendering, i created a simple QT3D project with a main.cpp file and a main.qml file. I understand that QT3D is different from QTQuick3D and in order to use QT3D types within a QTQuick application, these types need to be contained within a Scene3D object, hence the following setup.