File tree Expand file tree Collapse file tree 1 file changed +18
-0
lines changed
Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Original file line number Diff line number Diff line change @@ -17,6 +17,10 @@ reads/writes:
1717
1818Animations are explicitly outside of the scope of this library.
1919
20+ Meshfile is very simple to use, and comes with two example programs:
21+ - meshview: an OpenGL 3D model viewer
22+ - meshconv: a converter between any of the supported 3D file formats
23+
2024File formats
2125------------
2226Here's a list of currently supported file formats, and any caveats for each one.
@@ -27,6 +31,20 @@ Here's a list of currently supported file formats, and any caveats for each one.
2731 - 3DS (3D Studio)
2832 - STL (Stereolithography): binary only
2933
34+ Download
35+ --------
36+ Project website: http://nuclear.mutantstargoat.com/sw/meshfile
37+ Github source code repo: https://github.com/jtsiomb/meshfile
38+
39+ You can find all the meshfile releases at the project website, and the github
40+ releases page:
41+ - http://nuclear.mutantstargoat.com/sw/meshfile/releases
42+ - https://github.com/jtsiomb/meshfile/releases
43+
44+ You can also obtain the latest source code directly from the git repo:
45+ ` git clone https://github.com/jtsiomb/meshfile.git `
46+
47+
3048Using meshfile
3149--------------
3250There are two ways to use meshfile:
You can’t perform that action at this time.
0 commit comments