@smplrspace/smplr-loader 2.58.1-beta.17 → 2.58.1-beta.18
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.
|
@@ -4473,6 +4473,11 @@ export declare interface SpaceViewerOptions {
|
|
|
4473
4473
|
onModeChange?: (mode: CameraMode) => void;
|
|
4474
4474
|
loadingMessage?: string;
|
|
4475
4475
|
renderingMessage?: string;
|
|
4476
|
+
disableFacadeMode?: boolean;
|
|
4477
|
+
/**
|
|
4478
|
+
* @deprecated Facade-based performance is now the default. Pass `disableFacadeMode: true` to opt out.
|
|
4479
|
+
* Passing `true` here is a no-op (facade is already on). Passing `false` maps to `disableFacadeMode: true`.
|
|
4480
|
+
*/
|
|
4476
4481
|
experimentalFacadeBasedPerformance?: boolean;
|
|
4477
4482
|
protectScroll?: boolean;
|
|
4478
4483
|
webGpuOptIn?: boolean;
|
|
@@ -4664,7 +4669,7 @@ declare interface Vector3Coord extends Vector2Coord {
|
|
|
4664
4669
|
z: number;
|
|
4665
4670
|
}
|
|
4666
4671
|
|
|
4667
|
-
export declare const version = "2.58.1-beta.
|
|
4672
|
+
export declare const version = "2.58.1-beta.18";
|
|
4668
4673
|
|
|
4669
4674
|
declare interface ViewerDataLayerRenderState<Definition = DataLayer<UnknownData>> {
|
|
4670
4675
|
definition: Definition;
|