@smplrspace/smplr-loader 2.16.2-beta.4 → 2.16.2-beta.5
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.
|
@@ -717,7 +717,7 @@ declare interface Vector3Coord extends Vector2Coord {
|
|
|
717
717
|
z: number;
|
|
718
718
|
}
|
|
719
719
|
|
|
720
|
-
export declare const version = "2.16.2-beta.
|
|
720
|
+
export declare const version = "2.16.2-beta.5";
|
|
721
721
|
|
|
722
722
|
declare interface ViewerOptions {
|
|
723
723
|
mode?: CameraMode;
|
|
@@ -739,6 +739,7 @@ declare interface ViewerOptions {
|
|
|
739
739
|
onVisibleLevelsChanged?: (visibleLevels: number[]) => void;
|
|
740
740
|
onModeChange?: (mode: CameraMode) => void;
|
|
741
741
|
loadingMessage?: string;
|
|
742
|
+
experimentalFacadeBasedPerformance?: boolean;
|
|
742
743
|
}
|
|
743
744
|
|
|
744
745
|
declare interface ViewerRendererHandle {
|