@openglobus/og 0.27.22 → 0.27.24
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.
- package/lib/og.es.js +1 -1
- package/lib/og.es.js.map +1 -1
- package/lib/quadTree/QuadTreeStrategy.d.ts +6 -1
- package/lib/scene/SkyBox.d.ts +1 -1
- package/package.json +1 -1
|
@@ -85,7 +85,12 @@ export declare class QuadTreeStrategy {
|
|
|
85
85
|
setLodSize(currentLodSize: number, minLodSize?: number, maxLodSize?: number): void;
|
|
86
86
|
createEntityCollectionsTreeStrategy(layer: Vector, nodeCapacity: number): EntityCollectionsTreeStrategy;
|
|
87
87
|
destroyBranches(): void;
|
|
88
|
-
|
|
88
|
+
/**
|
|
89
|
+
* clears layer material from the quad tree list.
|
|
90
|
+
* @param layer
|
|
91
|
+
* @param keepRendered if true, keeps materials that are currently rendered.
|
|
92
|
+
*/
|
|
93
|
+
clearLayerMaterial(layer: Layer, keepRendered?: boolean): void;
|
|
89
94
|
get terrainReady(): boolean;
|
|
90
95
|
protected _checkRendercompleted(): void;
|
|
91
96
|
protected _initEvents(): void;
|
package/lib/scene/SkyBox.d.ts
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@openglobus/og",
|
|
3
|
-
"version": "0.27.
|
|
3
|
+
"version": "0.27.24",
|
|
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",
|