Various submodules for building a .net gltf sdk from the gltf json schema. The main work has been done by Khronos Group in the glTF-CSharp-Loader project. This repository contains all of the submodules for building the library and facilitates generating a new library if the schema is updated.
This project consists of three submodules:
glTF
- The glTF schema from Khronos Group.glTF-CSharp-Loader
- Codegen project from Khronos Group which builds a .net dll from the json schema. Includes unit tests.glTF-Sample-Models
- Sample glTF models from Khronos Group.
Please make sure submodules are updated, and that the glTF-CSharp-Loader project is built according to these instructions: https://github.com/KhronosGroup/glTF-CSharp-Loader#build-instructions
There is an example that builds a simple glTF model.
- Create some example scenarios in
glTFLibExample
.