What file formats can be imported into OpenGL?

My company has lots of guys that can model 3D images way better than me, but how can I get them from their programs to mine?

hi there im not quite sure if this is what you wanted but at www.gametutorials.com there is some tuts to show you how to load 3ds and obj and lots of other file types into opengl

OpenGL does not have any built in object loading routines, they have to be loaded with some prewriten library or routine writen by someone.

There are lots of code out there for loading OBJ, 3DS, etc.

First find out what object format your guy’s can out put, then do a search on that format.

Also if you can not find a loader for there format, there are programs out there that will convert from one format to another.

Originally posted by John Jenkins:
My company has lots of guys that can model 3D images way better than me, but how can I get them from their programs to mine?