An open API service indexing awesome lists of open source software.

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.

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.*