Drawing a 3D Wireframe
Posted: Mon Aug 04, 2025 11:57 am
I haven't looked at 3D in Purebasic before, I am interested in plotting the Utah Teapot, and thought it should be easiest in 3D first.
I will want to work backwards then, and plot it with 2D Drawing tools to then plot it on old computers.
I really want to see how each of the vertices coordinates is used, and hoped it would be easier in actual 3D.
How can I take the list of vertices here: https://github.com/dasch/graphics/blob/ ... eapot.data and turn that into a wireframe model?
I will want to work backwards then, and plot it with 2D Drawing tools to then plot it on old computers.
I really want to see how each of the vertices coordinates is used, and hoped it would be easier in actual 3D.
How can I take the list of vertices here: https://github.com/dasch/graphics/blob/ ... eapot.data and turn that into a wireframe model?