API (v2.0.0) - Giro3D
    Preparing search index...
    interface ImageSource {
        distance: number;
        imageUrl?: string;
        orientation: HeadingPitchRollLike;
        position: Vector3Like;
    }
    Index

    Properties

    distance: number

    The distance from the origin at which the image is displayed.

    10
    
    imageUrl?: string

    The URL of the image. If undefined, the image is not displayed (but the wireframe and origin point can still be displayed)

    The orientation of the camera.

    position: Vector3Like

    The position of the camera, in the same coordinate system as the instance.