Just export the geometry data from the 3D program you are using, most
geometry file formats store some kind of vertex array and triangle
array. Then load that data into vertex/index arrays in OpenGL and use
them as you please.
-- Nuclear / the Lab --