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

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

Values for an orthographic camera projection.

Methods

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

[src]

The horizontal magnification of the view.

[src]

The vertical magnification of the view.

[src]

The distance to the far clipping plane.

[src]

The distance to the near clipping plane.

[src]

Optional application specific data.

Trait Implementations

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

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

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

[src]

Formats the value using the given formatter.