API (v2.0.0) - Giro3D
    Preparing search index...

    Interface PointOfView

    A point of view generated for a specific camera configuration.

    Note

    A point of view might not be applicable to different camera settings (e.g different field of views, or orthographic sizes).

    interface PointOfView {
        origin: Vector3;
        orthographicZoom: number;
        target: Vector3;
    }
    Index

    Properties

    origin: Vector3

    The location of the point of view.

    orthographicZoom: number

    The zoom factor to set to the orthographic camera to fit the object. If the camera is not orthographic, this value is ignored.

    target: Vector3

    The point that this point of view is looking at.