@smplrspace/smplr-loader 2.40.2-beta.1 → 2.40.2-beta.11
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.
|
@@ -3069,7 +3069,7 @@ declare const spacePrefix: "spc_";
|
|
|
3069
3069
|
export declare interface SpaceRenderOptions {
|
|
3070
3070
|
compass?: boolean
|
|
3071
3071
|
backgroundColor?: string
|
|
3072
|
-
filter?:
|
|
3072
|
+
filter?: DeepPartial<Filter>
|
|
3073
3073
|
walls?: {
|
|
3074
3074
|
render?: boolean
|
|
3075
3075
|
alpha?: number
|
|
@@ -3139,6 +3139,8 @@ export declare interface SpaceViewerOptions {
|
|
|
3139
3139
|
preview?: boolean;
|
|
3140
3140
|
allowModeChange?: boolean;
|
|
3141
3141
|
hideControls?: boolean;
|
|
3142
|
+
smallControls?: boolean;
|
|
3143
|
+
darkControls?: boolean;
|
|
3142
3144
|
controlsPosition?: ControlsPosition;
|
|
3143
3145
|
cameraPlacement?: PartialOrbitCameraPlacement;
|
|
3144
3146
|
disableCameraControls?: boolean;
|
|
@@ -3319,7 +3321,7 @@ declare interface Vector3Coord extends Vector2Coord {
|
|
|
3319
3321
|
z: number;
|
|
3320
3322
|
}
|
|
3321
3323
|
|
|
3322
|
-
export declare const version = "2.40.2-beta.
|
|
3324
|
+
export declare const version = "2.40.2-beta.11";
|
|
3323
3325
|
|
|
3324
3326
|
declare interface ViewerRendererHandle {
|
|
3325
3327
|
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|