@openglobus/og 0.27.1 → 0.27.3

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.
@@ -334,7 +334,8 @@ declare class Renderer {
334
334
  */
335
335
  getCartesianFromPixel(px: Vec2 | IBaseInputState): Vec3 | undefined;
336
336
  getDepthMinDistance(): number;
337
- setOrthographicProjection(isOrtho: boolean): void;
337
+ getDepthMinDistanceAsync(): Promise<number>;
338
+ setOrthographicProjection(isOrtho: boolean): Promise<void>;
338
339
  /**
339
340
  * Function starts renderer
340
341
  * @public
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openglobus/og",
3
- "version": "0.27.1",
3
+ "version": "0.27.3",
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",