gltf_kun 0.0.2

Extensible library for building glTF toolchains.
Documentation
1
2
3
4
5
6
7
use gltf::json;

use crate::Gltf;

pub fn gltf_from_json(_root: &json::Root) -> Gltf {
    Gltf::default()
}