For a while now I have been searching for a good tutorial which teaches you OpenGL for 2D (bitmapping / topdown game) with the ability to add 3D characters, sadly I have yet found a good tutorial.
Almost 2 years ago I have finished the SDL tutorials for 2D from http://www.sdltutorials.com/ , but now I want to be able to add 3D characters to a topdown game, so I have to go with OpenGL.
So, if you know of a good tutorial which teaches you the basics of 2D OpenGL with inclusion of being able to add 3D characters and objects, let me know!
Here is an example of what I would like to be able to create: https://i.stack.imgur.com/EXtGm.jpg (Game: Gun Bros), as you can see, the world is created in a 2D bitmap-system, but the characters are in 3D.
And here are a couple of tutorial websites I have found myself but not 100% sure if any of these really could help me:
www.videotutorialsrock.com - Pure 3D programming.
lazyfoo.net/tutorials/OpenGL/ - Pure 2D programming (This is the basics I guess I need for the 2D part)
www3.ntu.edu.sg/home/ehchua/programming/opengl/CG_Introduction.html - Also 2D, but I haven't taken a look at it yet.