Enum gltf::camera::Projection [] [src]

pub enum Projection<'a> {
    Orthographic(Orthographic<'a>),
    Perspective(Perspective<'a>),
}

A camera's projection.

Variants

Describes an orthographic projection.

Describes a perspective projection.

Trait Implementations

impl<'a> Clone for Projection<'a>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<'a> Debug for Projection<'a>
[src]

Formats the value using the given formatter.