OpenGL

TwitterFacebook
Get flash to fully experience Pearltrees
http://duriansoftware.com/joe/An-intro-to-modern-OpenGL.-Table-of-Contents.html

Joe's Blog: An intro to modern OpenGL. Table of Contents

updated July 14, 2010 15:33:27 PDT To make it easier for people jumping into my OpenGL tutorial from the middle, I'm going to keep this post up to date with the new articles as I post them.
There are numerous Windowing system and interface libraries available for OpenGL as well as Scengraphs and High-level libraries build on top of OpenGL About GLUT GLUT is the OpenGL Utility Toolkit, a window system independent toolkit for writing OpenGL programs. http://www.opengl.org/resources/libraries/

Higher Level OpenGL Libraries

OpenGL

http://www.gamedev.net/reference/list.asp?categoryid=31 Whoops! What happened to this page? We seem to be having trouble finding the page you are looking for.
I have been surfing the corners of the internet for code to load and view md2, 3ds, obj files in a simple OpenGL program but I have run into issues with all of them.

3D models with C++ OpenGL - DevMaster.net Forums

http://devmaster.net/forums/topic/12115-3d-models-with-c-opengl/
The OpenSceneGraph is an open source high performance 3D graphics toolkit, used by application developers in fields such as visual simulation, games, virtual reality, scientific visualization and modelling. http://www.openscenegraph.org/projects/osg

osg

Posted 12 July 2005 - 08:26 AM I know that OpenGL is a very low level api, so it doesn't have support for loading 3D models.

Loading 3D models in OpenGL - GameDev.Net Discussion Forums

http://www.gamedev.net/topic/331693-loading-3d-models-in-opengl/
Model Rendering Tutorial by Brett Porter (brettporter@yahoo.com) http://nehe.gamedev.net/tutorial/model_loading/16004/

NeHe Productions: OpenGL Lesson #31