Enum dae_parser::ProjectionType
source · pub enum ProjectionType {
Orthographic(Orthographic),
Perspective(Perspective),
}
Expand description
The projection type of the camera.
Variants§
Implementations§
Trait Implementations§
source§impl Clone for ProjectionType
impl Clone for ProjectionType
source§fn clone(&self) -> ProjectionType
fn clone(&self) -> ProjectionType
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more