@inweb/viewer-visualize
    Preparing search index...

    Interface IPerspectiveCamera

    Describes a viewpoint using an perspective camera.

    interface IPerspectiveCamera {
        direction: IDirection;
        field_of_view: number;
        up_vector: IDirection;
        view_point: IPoint;
    }
    Index

    Properties

    direction: IDirection

    Camera direction.

    field_of_view: number

    The entire vertical field of view angle of the camera, expressed in degrees. Valid range 0 to 180 exclusive.

    up_vector: IDirection

    Camera up vector.

    view_point: IPoint

    Camera location.