@smplrspace/smplr-loader 2.56.1-beta.12 → 2.56.1-beta.14
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.
|
@@ -1401,6 +1401,7 @@ remove(): void;
|
|
|
1401
1401
|
setLayers(layers: string[]): void;
|
|
1402
1402
|
} & {
|
|
1403
1403
|
expandToFullSegment(): void;
|
|
1404
|
+
addToAllSegmentsInWall(): void;
|
|
1404
1405
|
}, _NotCustomized, _NotCustomized>>;
|
|
1405
1406
|
}, {
|
|
1406
1407
|
readonly superJson: JsonAbstractSegment;
|
|
@@ -3244,6 +3245,7 @@ remove(): void;
|
|
|
3244
3245
|
setLayers(layers: string[]): void;
|
|
3245
3246
|
} & {
|
|
3246
3247
|
expandToFullSegment(): void;
|
|
3248
|
+
addToAllSegmentsInWall(): void;
|
|
3247
3249
|
}, _NotCustomized, _NotCustomized>>;
|
|
3248
3250
|
}, {
|
|
3249
3251
|
readonly superJson: JsonAbstractSegment;
|
|
@@ -4025,7 +4027,7 @@ declare interface Vector3Coord extends Vector2Coord {
|
|
|
4025
4027
|
z: number;
|
|
4026
4028
|
}
|
|
4027
4029
|
|
|
4028
|
-
export declare const version = "2.56.1-beta.
|
|
4030
|
+
export declare const version = "2.56.1-beta.14";
|
|
4029
4031
|
|
|
4030
4032
|
declare interface ViewerRendererHandle {
|
|
4031
4033
|
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|
|
@@ -4175,6 +4177,7 @@ remove(): void;
|
|
|
4175
4177
|
setLayers(layers: string[]): void;
|
|
4176
4178
|
} & {
|
|
4177
4179
|
expandToFullSegment(): void;
|
|
4180
|
+
addToAllSegmentsInWall(): void;
|
|
4178
4181
|
}, _NotCustomized, _NotCustomized>>;
|
|
4179
4182
|
}, {
|
|
4180
4183
|
readonly superJson: JsonAbstractSegment;
|
|
@@ -4289,6 +4292,7 @@ remove(): void;
|
|
|
4289
4292
|
setLayers(layers: string[]): void;
|
|
4290
4293
|
} & {
|
|
4291
4294
|
expandToFullSegment(): void;
|
|
4295
|
+
addToAllSegmentsInWall(): void;
|
|
4292
4296
|
}, _NotCustomized, _NotCustomized>;
|
|
4293
4297
|
|
|
4294
4298
|
declare const WallOpeningDimensions: IModelType< {
|
|
@@ -4436,6 +4440,7 @@ remove(): void;
|
|
|
4436
4440
|
setLayers(layers: string[]): void;
|
|
4437
4441
|
} & {
|
|
4438
4442
|
expandToFullSegment(): void;
|
|
4443
|
+
addToAllSegmentsInWall(): void;
|
|
4439
4444
|
}, _NotCustomized, _NotCustomized>>;
|
|
4440
4445
|
}, {
|
|
4441
4446
|
readonly superJson: JsonAbstractSegment;
|