@smplrspace/smplr-loader 2.53.1-beta.5 → 2.53.1-beta.7
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.
|
@@ -3835,6 +3835,7 @@ export declare interface SpaceViewerOptions {
|
|
|
3835
3835
|
renderingMessage?: string;
|
|
3836
3836
|
experimentalFacadeBasedPerformance?: boolean;
|
|
3837
3837
|
protectScroll?: boolean;
|
|
3838
|
+
webGpuOptIn?: boolean;
|
|
3838
3839
|
}
|
|
3839
3840
|
|
|
3840
3841
|
declare interface SphereOptions<D> {
|
|
@@ -4012,7 +4013,7 @@ declare interface Vector3Coord extends Vector2Coord {
|
|
|
4012
4013
|
z: number;
|
|
4013
4014
|
}
|
|
4014
4015
|
|
|
4015
|
-
export declare const version = "2.53.1-beta.
|
|
4016
|
+
export declare const version = "2.53.1-beta.7";
|
|
4016
4017
|
|
|
4017
4018
|
declare interface ViewerRendererHandle {
|
|
4018
4019
|
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|