Re: how to draw a matrix of color values?
Posted by
gouessej on
Aug 30, 2012; 7:56am
URL: https://forum.jogamp.org/how-to-draw-a-matrix-of-color-values-tp4025933p4025957.html
Good idea, it allows to treat bigger cases. If you need some ideas to optimize such a stuff, let me know. For example, you may want to merge adjacent triangles or quads of the same color. I use something similar (but more complicated) in one of my algorithms.