blbec
10-08-2000, 02:29 AM
1) If I change from window to fullscreen, what must be done? Do I need a new rendering context, do I have to deactivate the current or what?
2) How do I turn on textures? I have loaded some textures, I draw polygons with texture coordinates, I have called glGenTextures,glBindTexture,glTexImage2d (in this order), but nothing happens, the polygons are colored, but without textures.
2) How do I turn on textures? I have loaded some textures, I draw polygons with texture coordinates, I have called glGenTextures,glBindTexture,glTexImage2d (in this order), but nothing happens, the polygons are colored, but without textures.