@smplrspace/smplr-loader 2.33.1-beta.2 → 2.33.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.
|
@@ -2980,6 +2980,8 @@ export declare interface SpaceViewerOptions {
|
|
|
2980
2980
|
mode?: CameraMode;
|
|
2981
2981
|
preview?: boolean;
|
|
2982
2982
|
allowModeChange?: boolean;
|
|
2983
|
+
hideControls?: boolean;
|
|
2984
|
+
controlsPlacement?: 'top-left' | 'top-right' | 'bottom-left' | 'bottom-right' | 'center-left' | 'center-right';
|
|
2983
2985
|
cameraPlacement?: PartialOrbitCameraPlacement;
|
|
2984
2986
|
disableCameraControls?: boolean;
|
|
2985
2987
|
disableCameraRotation?: boolean;
|
|
@@ -3154,7 +3156,7 @@ declare interface Vector3Coord extends Vector2Coord {
|
|
|
3154
3156
|
z: number;
|
|
3155
3157
|
}
|
|
3156
3158
|
|
|
3157
|
-
export declare const version = "2.33.1-beta.
|
|
3159
|
+
export declare const version = "2.33.1-beta.4";
|
|
3158
3160
|
|
|
3159
3161
|
declare interface ViewerRendererHandle {
|
|
3160
3162
|
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|