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