1 2 3 4 5 6 7
use gltf::json; use crate::Gltf; pub fn gltf_from_json(_root: &json::Root) -> Gltf { Gltf::default() }