Function setPrincipalPoint

  • Beta

    Sets the camera's principal point (intersection of principal ray and image plane) in NDC coordinates.

    Parameters

    • camera: PerspectiveCamera

      The camera.

    • ndcCoords: Vector2Like

      The principal point's NDC coordinates, each coordinate can have values in the open interval (-1,1).

    Returns void

Generated using TypeDoc