Skip to content
This repository has been archived by the owner on Jul 27, 2023. It is now read-only.
/ MeshSharp Public archive

3D library in pure C# that allows reading and writing in multiple formats.

License

Notifications You must be signed in to change notification settings

AssetRipper/MeshSharp

Repository files navigation

MeshSharp Build

C# 3D library.

Warning: API currently unstable. Expect undocumented breaking changes for the foreseeable future

MeshSharp.DAE

Not yet implemented.

MeshSharp.FBX

Current features:

  • Read and Write FBX binary files
    • Not tested
  • Read and Write FBX ASCII files
    • Seems to be working

MeshSharp.GLTF

Not yet implemented.

MeshSharp.OBJ

  • Reading
    • Not yet implemented
  • Writing
    • Currently, only vertices and faces can be written

MeshSharp.PLY

  • Write PLY ASCII files

MeshSharp.PMX

Not yet implemented

MeshSharp.STL

  • Read and Write STL binary files
  • Read and Write STL ASCII files

Credits

This is a fork of MeshIO licensed under the MIT license.