@smplrspace/smplr-loader 2.49.1-beta.1 → 2.49.1-beta.2
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.
|
@@ -1738,6 +1738,9 @@ declare class Map_2 {
|
|
|
1738
1738
|
removeAllSpaces(): void;
|
|
1739
1739
|
updateRenderOptions(options: PartialMapRenderOptions): void;
|
|
1740
1740
|
resetRenderOptionsToDefault(): void;
|
|
1741
|
+
showMap3dBuildings(): void;
|
|
1742
|
+
hideMap3dBuildings(): void;
|
|
1743
|
+
toggleMap3dBuildings(): void;
|
|
1741
1744
|
showUpToLevel(levelIndex: number): void;
|
|
1742
1745
|
showAllLevels(): void;
|
|
1743
1746
|
getCameraPlacement(): MapCameraPlacement;
|
|
@@ -1833,6 +1836,7 @@ export declare interface MapViewerOptions {
|
|
|
1833
1836
|
hideLevelPicker?: boolean;
|
|
1834
1837
|
cameraPlacement?: PartialMapCameraPlacement;
|
|
1835
1838
|
protectScroll?: boolean;
|
|
1839
|
+
map3dBuildings?: boolean;
|
|
1836
1840
|
}
|
|
1837
1841
|
|
|
1838
1842
|
declare interface Material {
|
|
@@ -3914,7 +3918,7 @@ declare interface Vector3Coord extends Vector2Coord {
|
|
|
3914
3918
|
z: number;
|
|
3915
3919
|
}
|
|
3916
3920
|
|
|
3917
|
-
export declare const version = "2.49.1-beta.
|
|
3921
|
+
export declare const version = "2.49.1-beta.2";
|
|
3918
3922
|
|
|
3919
3923
|
declare interface ViewerRendererHandle {
|
|
3920
3924
|
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|