Struct gltf::camera::Perspective [] [src]

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

Values for a perspective camera projection.

Methods

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

Constructs a Perspective camera projection.

Returns the internal JSON item.

Aspect ratio of the field of view.

The vertical field of view in radians.

The distance to the far clipping plane.

The distance to the near clipping plane.

Extension specific data.

Optional application specific data.

Trait Implementations

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

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

Formats the value using the given formatter.