I feel like this should be pretty straightforward, but for my life I can\'t figure out how to draw a basic line using Qt 3D. The only guidance I\'ve been able to find on the sub
Here's the correction I had to do on buffer type (I assume its deprecated now), respectively:
auto *buf = new Qt3DRender::QBuffer(Qt3DRender::QBuffer::VertexBuffer, geometry);
auto *indexBuffer = new Qt3DRender::QBuffer(Qt3DRender::QBuffer::IndexBuffer, geometry);