Enum gltf_json::camera::Type [] [src]

pub enum Type {
    Perspective,
    Orthographic,
}

Specifies the camera type.

Variants

A perspective projection.

An orthographic projection.

Trait Implementations

impl Clone for Type
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for Type
[src]

impl Debug for Type
[src]

[src]

Formats the value using the given formatter.