gltf_kun 0.0.5

Graph-based glTF processing library.
Documentation
1
2
3
4
use crate::graph::glxf::GlxfGraph;

#[derive(Debug, Default)]
pub struct GlxfDocument(pub GlxfGraph);