Advertisement

creating textures

Started by November 13, 2000 06:26 AM
0 comments, last by Bruno 24 years ago
Hi Ok, i have a texture created inside Opengl with several calculations .., why can a save it to a disk, so that i can load it again, but without all of the previous computation ?? thanks Bruno
you could read back the colour buffer from the screen and save that to disk as an image. glReadPixels(..)

http://members.xoom.com/myBollux

This topic is closed to new replies.

Advertisement