C# modular library to read/write and modify different 3D formats.
Here you can find a sample project that shows how to use MeshIO.
Each module integrates a different 3D format, all of them use MeshIO as a core library so it makes easier to modify and convert the different 3D formats.
- Read/Write FBX binary files
- Read/Write FBX ASCII files
- Parse FBX files in a node base structure
- Process and add custom
FbxProperties
For more information.
- Read/Write STL binary files
- Read/Write STL ASCII files
For more information.
- Read/Write GLB files
For more information.
Please feel free to fork this repo and send a pull request if you want to contribute to this project.