@smplrspace/smplr-loader 2.22.1-beta.8 → 2.23.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.
|
@@ -199,6 +199,8 @@ declare interface Filter {
|
|
|
199
199
|
facadeWallMaterial?: Material;
|
|
200
200
|
structuralWallMaterial: Material;
|
|
201
201
|
glassMaterial: Material;
|
|
202
|
+
shellMaterial: Material;
|
|
203
|
+
shellGroundMaterial: Material;
|
|
202
204
|
metalMaterial: Material;
|
|
203
205
|
compassMaterial: Material;
|
|
204
206
|
placeholderMaterial: Material;
|
|
@@ -908,7 +910,7 @@ declare interface Vector3Coord extends Vector2Coord {
|
|
|
908
910
|
z: number;
|
|
909
911
|
}
|
|
910
912
|
|
|
911
|
-
export declare const version = "2.
|
|
913
|
+
export declare const version = "2.23.0";
|
|
912
914
|
|
|
913
915
|
declare interface ViewerOptions {
|
|
914
916
|
mode?: CameraMode;
|