gltf_kun 0.0.5

Graph-based glTF processing library.
Documentation
1
2
3
4
5
6
7
8
9
use petgraph::graph::DiGraph;

#[derive(Debug)]
pub enum Weight {}

#[derive(Debug)]
pub enum Edge {}

pub type GlxfGraph = DiGraph<Weight, Edge>;