@smplrspace/smplr-loader 2.16.2-beta.3 → 2.16.2-beta.4
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.
|
@@ -157,6 +157,7 @@ declare interface Filter {
|
|
|
157
157
|
grassMaterial: Material;
|
|
158
158
|
waterMaterial: Material;
|
|
159
159
|
darkGreyMaterial: Material;
|
|
160
|
+
facadeWallMaterial?: Material;
|
|
160
161
|
structuralWallMaterial: Material;
|
|
161
162
|
glassMaterial: Material;
|
|
162
163
|
metalMaterial: Material;
|
|
@@ -583,6 +584,7 @@ declare interface RenderOptions {
|
|
|
583
584
|
}
|
|
584
585
|
doors?: boolean
|
|
585
586
|
windows?: boolean
|
|
587
|
+
openings?: boolean
|
|
586
588
|
flip?: boolean
|
|
587
589
|
objects?: boolean
|
|
588
590
|
facade?: boolean
|
|
@@ -715,7 +717,7 @@ declare interface Vector3Coord extends Vector2Coord {
|
|
|
715
717
|
z: number;
|
|
716
718
|
}
|
|
717
719
|
|
|
718
|
-
export declare const version = "2.16.2-beta.
|
|
720
|
+
export declare const version = "2.16.2-beta.4";
|
|
719
721
|
|
|
720
722
|
declare interface ViewerOptions {
|
|
721
723
|
mode?: CameraMode;
|