vis-core 0.31.13 → 0.31.14
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/dist/index.d.ts +1 -3
- package/dist/index.js +2 -2
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -325,8 +325,6 @@ export declare class City extends Base {
|
|
|
325
325
|
road: Road;
|
|
326
326
|
setOptions(options: CityOptions): void;
|
|
327
327
|
multiplyScalar: number;
|
|
328
|
-
loaderAdd(): void;
|
|
329
|
-
initMaterial(): Promise<void>;
|
|
330
328
|
disableSSAO(): void;
|
|
331
329
|
enabledSSAO(): void;
|
|
332
330
|
initGroup(): Promise<void>;
|
|
@@ -1494,7 +1492,7 @@ export { TWEEN }
|
|
|
1494
1492
|
|
|
1495
1493
|
export { Tween }
|
|
1496
1494
|
|
|
1497
|
-
export declare const VERSION = "0.31.
|
|
1495
|
+
export declare const VERSION = "0.31.14";
|
|
1498
1496
|
|
|
1499
1497
|
export { }
|
|
1500
1498
|
|