pygfx.cameras

Objects to view a scene.

Camera()

Abstract base camera.

NDCCamera()

A Camera operating in NDC coordinates: its projection matrix is the identity transform (but its matrix_world can still be set).

ScreenCoordsCamera()

A Camera operating in screen coordinates.

PerspectiveCamera([fov, aspect, near, far])

A 3D perspective camera.

OrthographicCamera([width, height, near, far])

An orthographic camera, useful for non-perspective views and visualizing 2D content.