Struct nitro::Camera [] [src]

pub struct Camera {
    pub transform: Transform,
    pub zoom: f32,
}

Describes a viewpoint into the world.

Fields