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