Skip to content

Latest commit

 

History

History
43 lines (24 loc) · 1.28 KB

README.md

File metadata and controls

43 lines (24 loc) · 1.28 KB

MeshIO Build License nuget

C# modular library to read/write and modify different 3D formats.

Here you can find a sample project that shows how to use MeshIO.

MeshIO modules

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.

MeshIO.FBX

  • Read FBX binary files
  • Read/Write FBX ASCII files
  • Process and add custom FbxProperties

For more information.

MeshIO.STL

  • Read/Write STL binary files
  • Read/Write STL ASCII files

For more information.

MeshIO.GLTF

  • Read GLB files

For more information.

MeshIO.OBJ

  • Read Wavefront OBJ files

For more information.

Contributing

Please feel free to fork this repo and send a pull request if you want to contribute to this project.