Advertisement

Copying a texture to another

Started by May 15, 2000 12:05 AM
0 comments, last by BlackScar 24 years, 6 months ago
Greetings! I was wondering how to copy a section from one texture to another? Because I''d like to make my models blink every now and then. :p hehe Justin Eslinger
~-=-=-=-=-=-=~~Justin Eslinger~~.."BlackScar"..~~-=-=-=-=-=-=~
OpenGL protects it''s textures so you can''t actually copy the data for the texture, but you can always draw part of a texture over the section you want to blink. Or, write a custom image loader which will build a bunch of textures one w/blinkedeyes, one without, then make them into textures.

Morgan

This topic is closed to new replies.

Advertisement