Struct gltf::camera::Orthographic [] [src]

pub struct Orthographic<'a> { /* fields omitted */ }

Values for an orthographic camera projection.

Methods

impl<'a> Orthographic<'a>
[src]

Constructs a Orthographic camera projection.

Returns the internal JSON item.

The horizontal magnification of the view.

The vertical magnification of the view.

The distance to the far clipping plane.

The distance to the near clipping plane.

Optional application specific data.

Trait Implementations

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

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

Formats the value using the given formatter.