three-globe
Advanced tools
Comparing version 2.38.0 to 2.39.0
@@ -1,2 +0,2 @@ | ||
import { Object3D, Material, Vector3, Vector2 } from 'three'; | ||
import { Object3D, Material, Camera, Vector2 } from 'three'; | ||
@@ -340,3 +340,3 @@ type Accessor<In, Out> = Out | string | ((obj: In) => Out); | ||
toGeoCoords(coords: { x: number, y: number, z: number }): { lat: number, lng: number, altitude: number }; | ||
setPointOfView(pov: Vector3): void; | ||
setPointOfView(camera: Camera): void; | ||
@@ -343,0 +343,0 @@ // Render options |
{ | ||
"name": "three-globe", | ||
"version": "2.38.0", | ||
"version": "2.39.0", | ||
"description": "Globe data visualization as a ThreeJS reusable 3D object", | ||
@@ -5,0 +5,0 @@ "type": "module", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
15224416
34329