aboutsummaryrefslogtreecommitdiff
path: root/scatterplot.h
diff options
context:
space:
mode:
Diffstat (limited to 'scatterplot.h')
-rw-r--r--scatterplot.h4
1 files changed, 4 insertions, 0 deletions
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();