UNPKG

@takram/three-atmosphere

Version:
4 lines (3 loc) 260 B
import { Vector3 } from 'three'; import { Ellipsoid } from '@takram/three-geospatial'; export declare function getAltitudeCorrectionOffset(cameraPosition: Vector3, bottomRadius: number, ellipsoid: Ellipsoid, result: Vector3, clipToSurface?: boolean): Vector3;