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

    Interface IOrthogonalCamera

    Describes a viewpoint using an orthogonal camera.

    interface IOrthogonalCamera {
        direction: IDirection;
        field_height: number;
        field_width: number;
        up_vector: IDirection;
        view_point: IPoint;
        view_to_world_scale: number;
    }
    Index

    Properties

    direction: IDirection

    Camera direction.

    field_height: number

    View field height to calculate aspect ratio.

    field_width: number

    View field width to calculate aspect ratio.

    up_vector: IDirection

    Camera up vector.

    view_point: IPoint

    Camera location.

    view_to_world_scale: number

    The entire vertical scaling from view to world.