ViewPoint: {
    direction?: Vector3d;
    position: Vector3d;
    target?: Vector3d;
    up?: Vector3d;
}

Param

The position of the virtual camera, always in meters

Param

The target of the camera (direction will be calculated from this and position). This is optional, but either target or direction is required. Most also be in meters

Param

The direction of the camera. Either direction or target is required.

Param

Optional up-vector for the virtual camera

Type declaration

Generated using TypeDoc