Struct amethyst_gltf::GltfSceneOptions [] [src]

pub struct GltfSceneOptions {
    pub generate_tex_coords: Option<(f32, f32)>,
    pub load_animations: bool,
}

Options used when loading a GLTF file

Fields

Trait Implementations

impl Debug for GltfSceneOptions
[src]

[src]

Formats the value using the given formatter.

impl Clone for GltfSceneOptions
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Default for GltfSceneOptions
[src]

[src]

Returns the "default value" for a type. Read more