three-globe
Advanced tools
Comparing version 2.26.0 to 2.27.0
@@ -317,2 +317,4 @@ import { Object3D, Material, Vector3, Vector2 } from 'three'; | ||
rendererSize(size: Vector2): ChainableInstance; | ||
pauseAnimation(): ChainableInstance; | ||
resumeAnimation(): ChainableInstance; | ||
_destructor(): void; | ||
@@ -319,0 +321,0 @@ } |
{ | ||
"name": "three-globe", | ||
"version": "2.26.0", | ||
"version": "2.27.0", | ||
"description": "Globe data visualization as a ThreeJS reusable 3D object", | ||
@@ -5,0 +5,0 @@ "type": "module", |
@@ -283,3 +283,6 @@ ThreeJS Globe Visualization | ||
| <b>rendererSize</b>(<i>Vector2</i>) | It's recommended to inject the current [renderer size](https://threejs.org/docs/#api/en/renderers/WebGLRenderer.getSize) to ensure the object proportions remain constant. This is specially necessary when using path FatLines. | Fallback to the full browser window size (`THREE.Vector2(window.innerWidth, window.innerHeight)`) | | ||
| <b>pauseAnimation</b>() | Pauses the animation on all globe layers. | | | ||
| <b>resumeAnimation</b>() | Resumes the animation on all globe layers. | | | ||
## Giving Back | ||
@@ -286,0 +289,0 @@ |
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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
10138569
32912
297