Enum gltf_json::camera::Type []

pub enum Type {
    Perspective,
    Orthographic,
}

Specifies the camera type.

Variants

A perspective projection.

An orthographic projection.

Trait Implementations

impl Clone for Type

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Type

impl Debug for Type

Formats the value using the given formatter.