pub type Camera = CameraOf<f32>;
pub struct Camera { pub matrix: Matrix<f32, 4, 4>, pub depth: bool, }
matrix: Matrix<f32, 4, 4>
depth: bool