Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 997 Bytes

README.md

File metadata and controls

29 lines (20 loc) · 997 Bytes

SharpGLTF Toolkit

Overview

SharpGLTF.Toolkit is a collection of classes and utilities aimed to help the developer in creating and editing glTF files in the easiest way possible.

Althought the Schema2 namespace API does support some editing capabilities, in practice it stands for the word "The JPEG of 3D" , which essentially means that its internal structure is not designed to be easily editable. In general, the Schema2 API can be considered as "append only" with very limited modification capabilities.

So the Toolkit API comes to cover the gap, and make things a bit easier to create glTF assets programatically.

Toolkit Namespaces

Roadmap

  • Morphing support.
  • Mikktspace Tangent space calculation. Help Need
  • GPU Evaluation.