open dxf file

Can I say opengl to open for example a dxf file or any other 3dfile format and make a 3dobject from this file?

Thanks

Shadow

Sorry, but you can’t. You need to load them yourself, and give the data to OpenGL via glVertex3f() or something like those.

John

Ok thanks
are there any tutorials how a dxf or 3ds file is buildet. Means what must i read in first and what values stands for what.

Shadow

Try http://www.wotsit.org