Struct dae_parser::Perspective [−][src]
pub struct Perspective {
pub xfov: Option<f32>,
pub yfov: Option<f32>,
pub aspect_ratio: Option<f32>,
pub znear: f32,
pub zfar: f32,
}
Fields
xfov: Option<f32>
yfov: Option<f32>
aspect_ratio: Option<f32>
znear: f32
zfar: f32
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Perspective
impl Send for Perspective
impl Sync for Perspective
impl Unpin for Perspective
impl UnwindSafe for Perspective
Blanket Implementations
Mutably borrows from an owned value. Read more