3dct / open_iA

A tool for the visual analysis and processing of volumetric datasets, with a focus on industrial computed tomography.
GNU General Public License v3.0
40 stars 16 forks source link

Rewrite scatter plots to use only new (>= 3) OpenGL functionality #58

Open codeling opened 3 years ago

codeling commented 3 years ago

The current scatter plot implementation (libs/charts/iAScatterPlot.(h|cpp) uses "old" (i.e. fixed pipeline, like glBegin / glMatrixMode) OpenGL functionality.

This needs to be rewritten to be compatible with OpenGL version >= 3.2 Core profile.