Struct gltf::camera::Perspective [−][src]
pub struct Perspective<'a> { /* fields omitted */ }
Expand description
Values for a perspective camera projection.
Implementations
Aspect ratio of the field of view.
Trait Implementations
Auto Trait Implementations
impl<'a> RefUnwindSafe for Perspective<'a>
impl<'a> Send for Perspective<'a>
impl<'a> Sync for Perspective<'a>
impl<'a> Unpin for Perspective<'a>
impl<'a> UnwindSafe for Perspective<'a>
Blanket Implementations
Mutably borrows from an owned value. Read more