View Full Version : why does quad colour overlay my texture?
Lanfear
03-04-2004, 03:44 AM
When i bind my texture (which is a char image) onto the yellow quad, the image texture becomes yellow. How cld i remedy that??
Thanks. http://www.opengl.org/discussion_boards/ubb/smile.gif
Relic
03-04-2004, 08:28 AM
glTexEnv with GL_MODULATE is default. Use GL_DECAL to replace with the pure texture color.
Lanfear
03-04-2004, 10:19 PM
Thanks!! http://www.opengl.org/discussion_boards/ubb/smile.gif
Powered by vBulletin® Version 4.2.0 Copyright © 2013 vBulletin Solutions, Inc. All rights reserved.