From 841ede5c34a5cb001b540ed13a8439dc8df7d2a9 Mon Sep 17 00:00:00 2001 From: Samuel Fadel Date: Sat, 19 Dec 2015 22:11:33 +0100 Subject: Experimenting using VoronoiSplat as a texture. --- scatterplot.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'scatterplot.h') diff --git a/scatterplot.h b/scatterplot.h index 255649a..2887752 100644 --- a/scatterplot.h +++ b/scatterplot.h @@ -38,6 +38,7 @@ protected: void mouseReleaseEvent(QMouseEvent *event); private: + QSGNode *createSplatNode(); QSGNode *createGlyphNodeTree(); bool updateSelection(bool mergeSelection); @@ -46,6 +47,9 @@ private: void updateGeometry(); void updateMaterials(); + void updateSplat(QSGNode *node); + void updateGlyphs(QSGNode *node); + void resetAnimation(); void startAnimation(); void animationTick(); -- cgit v1.2.3