#gltf #csharp #library #3d #format #decoder #encoder #gamedev #asset #pipeline

Vicente Penades 3ee42e7003 Update README.md 7 年之前
src 27092910d3 Some more refactoring... 7 年之前
.gitignore 9e2e0531f4 Initial commit 7 年之前
LICENSE 9e2e0531f4 Initial commit 7 年之前
README.md 3ee42e7003 Update README.md 7 年之前

README.md

glTF2Sharp

glTF2Sharp is NetStandard 2.0, C# library designed to parse and create Khronos Group glTF2 files.

The current status of the library is preview alpha, but, for some cases it is probably fully usable.

Features

  • glTF2 code API generated from Schema.
  • Reading and writing .gltf files.
  • Reading and writing .glb files.
  • Logical Data Access.
  • Visual Tree Access.
  • Vertex and Index buffer decoding.
  • gltf.Extra field ; Help Need
  • Scene Evaluation.
  • Mesh Building utilities.
  • Animation utilities.
  • Material utilities

Supported Extensions