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

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

Values for a perspective camera projection.

Methods

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

[src]

Aspect ratio of the field of view.

[src]

The vertical field of view in radians.

[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 Perspective<'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 Perspective<'a>
[src]

[src]

Formats the value using the given formatter.