From ba028ae4dbbf93a461c9c9474889d04e640f64e0 Mon Sep 17 00:00:00 2001 From: Samuel Fadel Date: Sun, 4 Jun 2023 18:47:27 +0200 Subject: More fixes to rendering, same as original except for point outlines. --- scatterplot.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scatterplot.h') diff --git a/scatterplot.h b/scatterplot.h index 5be1647..b7982bf 100644 --- a/scatterplot.h +++ b/scatterplot.h @@ -106,7 +106,7 @@ private: std::unique_ptr m_shader, m_shaderOutline; GLuint m_VAO, m_pointsVBO, m_valuesVBO; - GLuint m_FBO, m_colormapTex, m_outTex; + GLuint m_FBO, m_outFBO, m_colormapTex, m_depthTex, m_tex, m_outTex; GLfloat m_transform[4][4]; std::vector m_points; -- cgit v1.2.3