Newbie with texture problems

Started by
6 comments, last by GaMe wIg 22 years, 8 months ago
Ok, the GL_NEAREST works fine, but when I try to use GL_LINEAR, I see nothing in fullscreen mode (640x480x16), and see it about 50% darker than normal in windowed mode, WHY!? Edited by - GaMe wIg on August 3, 2001 4:04:51 PM
Advertisement
Are you absolutley sure that switching filtering modes does this?
Yep, I narrowed it down to that.

Other possibilities include:
My video card doesn't support it.
My OS doesn't support it (Windows NT 4.0).

P.S. I got it to work 100% in windowed mode.

Edited by - GaMe wIg on August 4, 2001 1:12:10 PM
Can you tell us your video card or maybe post a snip or two of the code you are using?

-Mezz
Are you useing glut, if so, you might not be setting your callbacks up right.
www.EberKain.comThere it is, Television, Look Listen Kneel Pray.
I''m using NeHe''s tutorial. If it is was my code, GL_NEAREST wouldn''t even work. My graphics card is a "Matrox Graphics Melenium II" with 8MB of memory.
well, in 70% cases my own code doesn''t work too;D
Oh, well. Just so I know, what''s the difference anyway?

This topic is closed to new replies.

Advertisement