@smplrspace/smplr-loader 2.10.0 → 2.10.1-beta.1
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.
|
@@ -350,6 +350,7 @@ declare interface RenderOptions {
|
|
|
350
350
|
windows?: boolean
|
|
351
351
|
flip?: boolean
|
|
352
352
|
objects?: boolean
|
|
353
|
+
facade?: boolean
|
|
353
354
|
floorplan?: {
|
|
354
355
|
render?: boolean
|
|
355
356
|
alpha?: number
|
|
@@ -447,7 +448,7 @@ declare interface Vector3Coord extends Vector2Coord {
|
|
|
447
448
|
z: number;
|
|
448
449
|
}
|
|
449
450
|
|
|
450
|
-
export declare const version = "2.10.
|
|
451
|
+
export declare const version = "2.10.1-beta.1";
|
|
451
452
|
|
|
452
453
|
declare interface ViewerOptions {
|
|
453
454
|
mode?: CameraMode;
|