@smplrspace/smplr-loader 2.58.1-beta.18 → 2.58.1-beta.19
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.
|
@@ -4475,8 +4475,8 @@ export declare interface SpaceViewerOptions {
|
|
|
4475
4475
|
renderingMessage?: string;
|
|
4476
4476
|
disableFacadeMode?: boolean;
|
|
4477
4477
|
/**
|
|
4478
|
-
* @deprecated
|
|
4479
|
-
*
|
|
4478
|
+
* @deprecated Use `disableFacadeMode` instead. This option will be removed in smplr v3.
|
|
4479
|
+
* `true` maps to `disableFacadeMode: false` (facade on). `false` maps to `disableFacadeMode: true` (facade off).
|
|
4480
4480
|
*/
|
|
4481
4481
|
experimentalFacadeBasedPerformance?: boolean;
|
|
4482
4482
|
protectScroll?: boolean;
|
|
@@ -4669,7 +4669,7 @@ declare interface Vector3Coord extends Vector2Coord {
|
|
|
4669
4669
|
z: number;
|
|
4670
4670
|
}
|
|
4671
4671
|
|
|
4672
|
-
export declare const version = "2.58.1-beta.
|
|
4672
|
+
export declare const version = "2.58.1-beta.19";
|
|
4673
4673
|
|
|
4674
4674
|
declare interface ViewerDataLayerRenderState<Definition = DataLayer<UnknownData>> {
|
|
4675
4675
|
definition: Definition;
|