c++: how can i use sdl to load a bitmap into a cube in opengl ?
- by ufk
Hiya.
I'm learning OpenGL and SDL and so far I've been able to properly draw and rotate 3d polygons ( yay for me! :) )
how can I load an image file using SDL and load that texture on the 3d shapes that i draw on screen using OpenGL.
thanks!!!