From 22cf125302f293070662caa1aba68aaa44e4f5bd Mon Sep 17 00:00:00 2001 From: Samuel Fadel Date: Sat, 19 Dec 2015 17:39:21 +0100 Subject: VoronoiSplat: code cleanup & improved VAO init. --- voronoisplat.h | 1 + 1 file changed, 1 insertion(+) (limited to 'voronoisplat.h') diff --git a/voronoisplat.h b/voronoisplat.h index 4092da3..5913218 100644 --- a/voronoisplat.h +++ b/voronoisplat.h @@ -36,6 +36,7 @@ public: private: void setupShaders(); + void setupVAOs(); void setupTextures(); void copyPoints(const arma::mat &points); void computeDT(); -- cgit v1.2.3