OrthographicCamera module

class OrthographicCamera.OrthographicCamera(origin: Point3D.Point3D, lookAt: Point3D.Point3D, up: Point3D.Point3D, backgroundColor: Vector.Vector, halfWidth: float, halfHeight: float)

Bases: Camera.Camera

A camera that is defined as two parallel planes.