@smplrspace/smplr-loader 2.9.1-beta.2 → 2.9.1-beta.4
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.
|
@@ -418,7 +418,7 @@ declare interface Vector3Coord extends Vector2Coord {
|
|
|
418
418
|
z: number;
|
|
419
419
|
}
|
|
420
420
|
|
|
421
|
-
export declare const version = "2.9.1-beta.
|
|
421
|
+
export declare const version = "2.9.1-beta.4";
|
|
422
422
|
|
|
423
423
|
declare interface ViewerOptions {
|
|
424
424
|
mode?: CameraMode;
|
|
@@ -431,7 +431,7 @@ declare interface ViewerOptions {
|
|
|
431
431
|
annotations?: boolean;
|
|
432
432
|
renderOptions?: RenderOptions;
|
|
433
433
|
onReady?: () => void;
|
|
434
|
-
onError?: (
|
|
434
|
+
onError?: (errorMessage: string) => void;
|
|
435
435
|
onModeChange?: (mode: CameraMode) => void;
|
|
436
436
|
loadingMessage?: string;
|
|
437
437
|
}
|