pygfx.cameras

Objects to view a scene.

Camera()

Abstract base camera.

NDCCamera()

A Camera operating in NDC coordinates.

ScreenCoordsCamera()

A Camera operating in screen coordinates.

PerspectiveCamera([fov, aspect, width, ...])

A generic 3D camera with a configurable field of view (fov).

OrthographicCamera([width, height, zoom, ...])

An orthographic camera, useful for orthograpic views and 2D content.