From d0aec5a4070c9140228ec6e17e22a99588e6d12d Mon Sep 17 00:00:00 2001 From: Samuel Fadel Date: Wed, 23 Sep 2015 10:13:44 -0300 Subject: Reverted back to individual geometries when drawing glyphs. --- scatterplot.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'scatterplot.h') diff --git a/scatterplot.h b/scatterplot.h index 2d91a63..f4fd238 100644 --- a/scatterplot.h +++ b/scatterplot.h @@ -57,11 +57,9 @@ private: QSet m_selectedGlyphs; - std::unique_ptr m_glyphGeometryPtr, m_glyphOutlineGeometryPtr; bool m_shouldUpdateGeometry, m_shouldUpdateMaterials; arma::vec m_colorData; - ColorScale *m_colorScale; }; -- cgit v1.2.3