Skip to main content

Camera

Type Alias Camera 

Source
pub type Camera = CameraOf<f32>;

Aliased Type§

pub struct Camera {
    pub matrix: Matrix<f32, 4, 4>,
    pub depth: bool,
}

Fields§

§matrix: Matrix<f32, 4, 4>§depth: bool