3D CAD to OpenGL
问题 I was wondering if anyone knew of a program that can take a 3D drawing of an object and then convert it into the required OpenGL points and normals. Basically I have an AutoCAD drawing of that I want to be able to display in a program I am creating for iPhone. Any suggestions? 回答1: If you have AutoCAD itself, you could export the object into a mesh format, like STL. Reading STL files is straightforward. If you don't have AutoCAD you may also try FreeCAD, which is based on OpenCascade, which