@smplrspace/smplr-loader 2.48.1-beta.9 → 2.49.0
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.
- package/dist/generated/smplr.d.ts +10 -1
- package/package.json +1 -1
|
@@ -1406,6 +1406,9 @@ regenerateIds(randomizer: string): void;
|
|
|
1406
1406
|
} & {
|
|
1407
1407
|
rename(name: string): void;
|
|
1408
1408
|
setLayers(layers: string[]): void;
|
|
1409
|
+
splitWallAtPoint({ pointId }: {
|
|
1410
|
+
pointId: string;
|
|
1411
|
+
}): void;
|
|
1409
1412
|
} & {
|
|
1410
1413
|
readonly points: SOCanvasPoint[];
|
|
1411
1414
|
readonly geometry: SegmentGeometry;
|
|
@@ -3194,6 +3197,9 @@ regenerateIds(randomizer: string): void;
|
|
|
3194
3197
|
} & {
|
|
3195
3198
|
rename(name: string): void;
|
|
3196
3199
|
setLayers(layers: string[]): void;
|
|
3200
|
+
splitWallAtPoint({ pointId }: {
|
|
3201
|
+
pointId: string;
|
|
3202
|
+
}): void;
|
|
3197
3203
|
} & {
|
|
3198
3204
|
readonly points: SOCanvasPoint[];
|
|
3199
3205
|
readonly geometry: SegmentGeometry;
|
|
@@ -3897,7 +3903,7 @@ declare interface Vector3Coord extends Vector2Coord {
|
|
|
3897
3903
|
z: number;
|
|
3898
3904
|
}
|
|
3899
3905
|
|
|
3900
|
-
export declare const version = "2.
|
|
3906
|
+
export declare const version = "2.49.0";
|
|
3901
3907
|
|
|
3902
3908
|
declare interface ViewerRendererHandle {
|
|
3903
3909
|
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|
|
@@ -4066,6 +4072,9 @@ regenerateIds(randomizer: string): void;
|
|
|
4066
4072
|
} & {
|
|
4067
4073
|
rename(name: string): void;
|
|
4068
4074
|
setLayers(layers: string[]): void;
|
|
4075
|
+
splitWallAtPoint({ pointId }: {
|
|
4076
|
+
pointId: string;
|
|
4077
|
+
}): void;
|
|
4069
4078
|
} & {
|
|
4070
4079
|
readonly points: SOCanvasPoint[];
|
|
4071
4080
|
readonly geometry: SegmentGeometry;
|