@smplrspace/smplr-loader 2.42.1-beta.0 → 2.42.1-beta.2
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.
|
@@ -2404,6 +2404,7 @@ export declare class Space {
|
|
|
2404
2404
|
includeAllLevels(): void;
|
|
2405
2405
|
showUpToLevel(levelIndex: number): void;
|
|
2406
2406
|
showAllLevels(): void;
|
|
2407
|
+
getMode(): CameraMode | undefined;
|
|
2407
2408
|
setMode(mode: CameraMode): void;
|
|
2408
2409
|
updateRenderOptions(options: SpaceRenderOptions): void;
|
|
2409
2410
|
resetRenderOptionsToDefault(): void;
|
|
@@ -3321,7 +3322,7 @@ declare interface Vector3Coord extends Vector2Coord {
|
|
|
3321
3322
|
z: number;
|
|
3322
3323
|
}
|
|
3323
3324
|
|
|
3324
|
-
export declare const version = "2.42.1-beta.
|
|
3325
|
+
export declare const version = "2.42.1-beta.2";
|
|
3325
3326
|
|
|
3326
3327
|
declare interface ViewerRendererHandle {
|
|
3327
3328
|
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|