@openglobus/og 0.27.19 → 0.27.21

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -13,7 +13,7 @@ import { Vec2 } from "../math/Vec2";
13
13
  import { Vec3 } from "../math/Vec3";
14
14
  import type { NumberArray3 } from "../math/Vec3";
15
15
  import { Vec4 } from "../math/Vec4";
16
- interface IRendererParams {
16
+ export interface IRendererParams {
17
17
  controls?: Control[];
18
18
  msaa?: number;
19
19
  autoActivate?: boolean;
@@ -564,5 +564,10 @@ export declare class Planet extends RenderNode {
564
564
  getHeightDefault(lonLat: LonLat): Promise<number>;
565
565
  getHeightAboveELL(lonLat: LonLat): Promise<number>;
566
566
  onremove(): void;
567
+ /**
568
+ * Destroy planet.
569
+ * @public
570
+ */
571
+ destroy(): void;
567
572
  }
568
573
  export {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openglobus/og",
3
- "version": "0.27.19",
3
+ "version": "0.27.21",
4
4
  "description": "[openglobus](https://www.openglobus.org/) is a javascript/typescript library designed to display interactive 3d maps and planets with map tiles, imagery and vector data, markers, and 3D objects. It uses the WebGL technology, open source, and completely free.",
5
5
  "main": "lib/og.es.js",
6
6
  "types": "lib/index.d.ts",