[][src]Function gltf::import

pub fn import<P>(path: P) -> Result<(Document, Vec<Data>, Vec<Data>)> where
    P: AsRef<Path>, 

Import some glTF 2.0 from the file system.

let (document, buffers, images) = gltf::import(path)?;