-
why does quad colour overlay my texture?
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.
-
Senior Member
OpenGL Guru
Re: why does quad colour overlay my texture?
glTexEnv with GL_MODULATE is default. Use GL_DECAL to replace with the pure texture color.
-
Re: why does quad colour overlay my texture?
Thanks!!
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules