Hi everyone:
I have an image file and the coordinates of the triangles that the GL object uses to cut the image and draw the differents parts. I use the method “glTexCoordPointer” of the GL object to assign the Texture coordinates.
Is there any way to get a different BufferedImage from each triangle of the image that the GL object creates?
Thanks.