Enum dae_parser::ProjectionType [−][src]
pub enum ProjectionType {
Orthographic(Orthographic),
Perspective(Perspective),
}
Expand description
The projection type of the camera.
Variants
Orthographic(Orthographic)
An orthographic camera
Tuple Fields of Orthographic
0: Orthographic
Perspective(Perspective)
A perspective camera
Tuple Fields of Perspective
0: Perspective
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