Enum dae_parser::ProjectionType [−][src]
pub enum ProjectionType {
Orthographic(Orthographic),
Perspective(Perspective),
}
Expand description
The projection type of the camera.
Variants
Orthographic(Orthographic)
Tuple Fields
0: Orthographic
An orthographic camera
Perspective(Perspective)
Tuple Fields
0: Perspective
A perspective camera
Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for ProjectionType
impl Send for ProjectionType
impl Sync for ProjectionType
impl Unpin for ProjectionType
impl UnwindSafe for ProjectionType
Blanket Implementations
Mutably borrows from an owned value. Read more