Struct gltf::import::from_path::FromPath [] [src]

pub struct FromPath { /* fields omitted */ }

A simple data source that can read from the file system.

Methods

impl FromPath
[src]

Constructs a simple data source that can read from the file system.

Trait Implementations

impl Clone for FromPath
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for FromPath
[src]

Formats the value using the given formatter.

impl Source for FromPath
[src]

User error type.

Read the contents of a .gltf or .glb file.

Read the contents of external data.