16 #ifndef QGSBILLBOARDGEOMETRY_H 17 #define QGSBILLBOARDGEOMETRY_H 20 #include <Qt3DRender/QGeometry> 21 #include <Qt3DRender/QBuffer> 22 #include <Qt3DRender/QAttribute> 41 void setPoints(
const QVector<QVector3D> &vertices );
51 Qt3DRender::QAttribute *mPositionAttribute =
nullptr;
52 Qt3DRender::QBuffer *mVertexBuffer =
nullptr;
56 #endif // QGSBILLBOARDGEOMETRY_H 3 Geometry of the billboard rendering for points in 3D map view.
void countChanged(int count)
Signal when the number of points changed.
int count() const
Returns the number of points.
void setPoints(const QVector< QVector3D > &vertices)
Set the points for the billboard with vertices.
QgsBillboardGeometry(Qt3DCore::QNode *parent=nullptr)
Constructor of QgsBillboardGeometry.