/IONET

NET Library for reading and writing a handful of 3D Model Formats into easier to digest objects

Primary LanguageC#GNU General Public License v3.0GPL-3.0

IONET

Library for reading and writing a handful of 3D Model Formats into easier to digest objects

Currently Supported Import Formats:

  • Collada (*.dae)
  • Wavefront (*.obj)
  • StudioMDL (*.smd)
  • FBX (*.fbx) (ver 7.4 and 6.1)

Currently Supported Export Formats:

  • Collada (*.dae)
  • Wavefront (*.obj)
  • StudioMDL (*.smd)

Dependencies:

  • NET Standard 2.0
  • System.Numerics.Vectors

Extra Credits:

Collada serialization based on Grendgine https://sourceforge.net/projects/csharpcollada/

Fbx parsing based on FbxWriter https://github.com/hamish-milne/FbxWriter