void prepare_data(size_t start_index, size_t points_size, const ScatterModel &model, const ColorData &colors)
Prepare data to render scatterplot with colors.
void draw(const glm::vec2 &fb_size, const View &v, const ScatterModel &m, const ColorData &colors)
Draw event of the 2D data points.
Takes care of the rendering to the texture and then rendering the texture to the screen.