GlobeControlsOptions: {
    camera: PerspectiveCamera | OrthographicCamera;
    dampingFactor?: number;
    domElement: HTMLElement;
    ellipsoid?: Ellipsoid;
    enableDamping?: boolean;
    maxDistance?: number;
    minDistance?: number;
    scene: Object3D;
    zoomSpeed?: number;
}

Type declaration

  • camera: PerspectiveCamera | OrthographicCamera

    The camera to control.

  • OptionaldampingFactor?: number

    The damping factor.

    0.15
    
  • domElement: HTMLElement

    The DOM element to listen to.

  • Optionalellipsoid?: Ellipsoid

    The ellipsoid to navigate around.

    Ellipsoid.WGS84

  • OptionalenableDamping?: boolean

    Enables damping

    false
    
  • OptionalmaxDistance?: number

    The maximum distance to the ellipsoid.

    infinity
    
  • OptionalminDistance?: number

    The minimum distance to the ellipsoid.

    10
    
  • scene: Object3D

    The scene to navigate around. Can be the root object of the Giro3D instance, or a particular globe's root object.

  • OptionalzoomSpeed?: number

    The zoom speed

    1
    
MMNEPVFCICPMFPCPTTAAATR