Function gltf_importer::import_with_config [] [src]

pub fn import_with_config<P>(
    path: P,
    config: Config
) -> Result<(Gltf, Buffers), Error> where
    P: AsRef<Path>, 

Imports glTF 2.0 with custom configuration.