Hey all.
I’m trying to convert an int array to a texture (From Slick, or whatever format) to be mapped onto a OGL Surface. No problems loading an image from file and putting it on the OGL object. Anyone have ideas how I can go about this? Pretty much what I’m doing is making a perlin noise type texture and want to be able to put it onto a surface.
Thanks.