https://github.com/izayoijiichan/newton.gltf
NewtonGltf defines the glTF schema for NewtonSoft.JSON.
https://github.com/izayoijiichan/newton.gltf
Last synced: 4 months ago
JSON representation
NewtonGltf defines the glTF schema for NewtonSoft.JSON.
- Host: GitHub
- URL: https://github.com/izayoijiichan/newton.gltf
- Owner: izayoijiichan
- License: mit
- Created: 2020-08-07T08:24:47.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-03-12T15:08:44.000Z (over 4 years ago)
- Last Synced: 2024-12-27T20:46:11.970Z (6 months ago)
- Language: C#
- Size: 36.1 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README
# NewtonGltf
NewtonGltf defines the glTF schema for NewtonSoft.JSON.
___
## Features- The supported format is gltf version 2.0.
## Basic Schema
- glTF
- accessors
- animations
- asset
- buffers
- bufferViews
- cameras
- extensions
- extensionsUsed
- extensionsRequired
- extras
- images
- materials
- meshes
- nodes
- samplers
- scene
- scenes
- skins
- textures- glTF JSON Schema: [2.0](https://github.com/KhronosGroup/glTF/tree/master/specification/2.0/schema)
## Extension Schema
- KHR_materials_unlit: [2.0](https://github.com/KhronosGroup/glTF/tree/master/extensions/2.0/Khronos/KHR_materials_unlit)
- KHR_texture_transform: [2.0](https://github.com/KhronosGroup/glTF/tree/master/extensions/2.0/Khronos/KHR_texture_transform)## Framework
- .NET Standard 2.0
- .NET Framework 4.7## Dependent Packages
- Newtonsoft.Json 12.0.3
- [VgoGltf](https://github.com/izayoijiichan/vgo.gltf.git) 1.0.0## Relational Packages
- [NewtonGltf.vgo.extensions](https://github.com/izayoijiichan/newton.gltf.vgo.extensions.git)
___
Last updated: 7 August, 2020
Editor: Izayoi Jiichan*Copyright (C) 2020 Izayoi Jiichan. All Rights Reserved.*