@smplrspace/smplr-loader 2.30.1-beta.6 → 2.30.1-beta.7
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.
|
@@ -1063,7 +1063,6 @@ export declare type SpaceOptions = {
|
|
|
1063
1063
|
export declare interface SpaceRenderOptions {
|
|
1064
1064
|
compass?: boolean
|
|
1065
1065
|
annotations?: boolean
|
|
1066
|
-
skybox?: boolean
|
|
1067
1066
|
backgroundColor?: string
|
|
1068
1067
|
filter?: Partial<Filter>
|
|
1069
1068
|
walls?: {
|
|
@@ -1165,7 +1164,7 @@ declare interface Vector3Coord extends Vector2Coord {
|
|
|
1165
1164
|
z: number;
|
|
1166
1165
|
}
|
|
1167
1166
|
|
|
1168
|
-
export declare const version = "2.30.1-beta.
|
|
1167
|
+
export declare const version = "2.30.1-beta.7";
|
|
1169
1168
|
|
|
1170
1169
|
declare interface ViewerRendererHandle {
|
|
1171
1170
|
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|