3d models as coordinate lists
I wrote a 3d renderer, but it uses simple coordinate lists as world data. Every two points in a list are rendered as a connected line, and the three axes are seperated into 3 different lists. Is there any way to convert 3d models into Cartesian points for the boarders of the triangles?