@smplrspace/smplr-loader 2.27.3-beta.0 → 2.27.3-beta.2
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.
|
@@ -541,7 +541,7 @@ declare interface PartialOrbitCameraPlacement {
|
|
|
541
541
|
alpha?: number;
|
|
542
542
|
beta?: number;
|
|
543
543
|
radius?: number;
|
|
544
|
-
target
|
|
544
|
+
target?: Partial<Vector3Coord>;
|
|
545
545
|
}
|
|
546
546
|
|
|
547
547
|
export declare type PointData = BaseData & {
|
|
@@ -969,7 +969,7 @@ export declare interface SpaceViewerOptions {
|
|
|
969
969
|
mode?: CameraMode;
|
|
970
970
|
preview?: boolean;
|
|
971
971
|
allowModeChange?: boolean;
|
|
972
|
-
cameraPlacement?:
|
|
972
|
+
cameraPlacement?: PartialOrbitCameraPlacement;
|
|
973
973
|
disableCameraControls?: boolean;
|
|
974
974
|
disableCameraRotation?: boolean;
|
|
975
975
|
autoRotate?: boolean;
|
|
@@ -1031,7 +1031,7 @@ declare interface Vector3Coord extends Vector2Coord {
|
|
|
1031
1031
|
z: number;
|
|
1032
1032
|
}
|
|
1033
1033
|
|
|
1034
|
-
export declare const version = "2.27.3-beta.
|
|
1034
|
+
export declare const version = "2.27.3-beta.2";
|
|
1035
1035
|
|
|
1036
1036
|
declare interface ViewerRendererHandle {
|
|
1037
1037
|
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|