@shopware-ag/dive 2.0.1-beta.5 → 2.0.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.
- package/build/{src/modules/asset/exporter/AssetExporter.mjs → chunks/AssetExporter-QnOue3VT.mjs} +21 -21
- package/build/{src/modules/asset/exporter/AssetExporter.cjs → chunks/AssetExporter-TzKB2FHh.cjs} +4 -4
- package/build/chunks/AssetLoader-DCBiLwef.cjs +4 -0
- package/build/{src/modules/asset/loader/AssetLoader.mjs → chunks/AssetLoader-Dqrg0Re8.mjs} +43 -40
- package/build/chunks/FileTypes-Ca8pkRlQ.cjs +30 -0
- package/build/chunks/FileTypes-CpKiTXEY.mjs +1109 -0
- package/build/chunks/MathUtils-CBW56ZuG.cjs +1 -0
- package/build/chunks/MathUtils-CFGjHuVF.mjs +159 -0
- package/build/chunks/OrbitController-D-WNei2f.mjs +940 -0
- package/build/chunks/OrbitController-rMX8EHvJ.cjs +1 -0
- package/build/chunks/PerspectiveCamera-CONx93im.cjs +1 -0
- package/build/chunks/PerspectiveCamera-DUiWJJIj.mjs +38 -0
- package/build/chunks/PovSchema-Co9FznEz.cjs +1 -0
- package/build/chunks/PovSchema-DWWvr_ED.mjs +10 -0
- package/build/chunks/SelectTool-BizqI7_a.cjs +1 -0
- package/build/chunks/{SelectTool-DmuTopJx.mjs → SelectTool-DVFL7BtX.mjs} +30 -25
- package/build/chunks/findInterface-C6mrvf_t.cjs +1 -0
- package/build/chunks/findInterface-DbJ5qzbc.mjs +11 -0
- package/build/chunks/network-error-CHvryg-4.mjs +18 -0
- package/build/chunks/network-error-D_pq8VU6.cjs +1 -0
- package/build/chunks/package-CeZyVg2G.mjs +39 -0
- package/build/chunks/package-D_hIrGNz.cjs +1 -0
- package/build/dive.cjs +1 -30
- package/build/dive.mjs +599 -1540
- package/build/plugins/animation/index.cjs +1 -0
- package/build/plugins/animation/index.d.ts +2 -0
- package/build/plugins/animation/index.mjs +126 -0
- package/build/plugins/ar/index.cjs +1 -0
- package/build/plugins/ar/index.d.ts +2 -0
- package/build/plugins/ar/index.mjs +202 -0
- package/build/plugins/assetconverter/index.d.ts +2 -0
- package/build/plugins/assetexporter/index.cjs +1 -0
- package/build/plugins/assetexporter/index.d.ts +2 -0
- package/build/plugins/assetexporter/index.mjs +4 -0
- package/build/plugins/assetloader/index.cjs +1 -0
- package/build/plugins/assetloader/index.d.ts +2 -0
- package/build/plugins/assetloader/index.mjs +6 -0
- package/build/plugins/axiscamera/index.cjs +1 -0
- package/build/plugins/axiscamera/index.d.ts +2 -0
- package/build/plugins/axiscamera/index.mjs +4 -0
- package/build/plugins/mediacreator/index.cjs +1 -0
- package/build/plugins/mediacreator/index.d.ts +2 -0
- package/build/{src/modules/mediacreator/MediaCreator.mjs → plugins/mediacreator/index.mjs} +1 -1
- package/build/plugins/orbitcontroller/index.cjs +1 -0
- package/build/plugins/orbitcontroller/index.d.ts +2 -0
- package/build/plugins/orbitcontroller/index.mjs +5 -0
- package/build/plugins/state/index.cjs +27 -0
- package/build/plugins/state/index.d.ts +2 -0
- package/build/plugins/state/index.mjs +4265 -0
- package/build/plugins/systeminfo/index.cjs +1 -0
- package/build/plugins/systeminfo/index.d.ts +2 -0
- package/build/plugins/systeminfo/index.mjs +136 -0
- package/build/plugins/toolbox/index.cjs +1 -0
- package/build/plugins/toolbox/index.d.ts +2 -0
- package/build/{src/modules/toolbox/Toolbox.mjs → plugins/toolbox/index.mjs} +8 -2
- package/build/src/components/gizmo/Gizmo.d.ts +1 -1
- package/build/src/components/gizmo/handles/AxisHandle.d.ts +1 -1
- package/build/src/components/gizmo/handles/RadialHandle.d.ts +1 -1
- package/build/src/components/gizmo/handles/ScaleHandle.d.ts +1 -1
- package/build/src/components/gizmo/rotate/RotateGizmo.d.ts +2 -2
- package/build/src/components/gizmo/scale/ScaleGizmo.d.ts +2 -2
- package/build/src/components/gizmo/translate/TranslateGizmo.d.ts +2 -2
- package/build/src/components/model/Model.d.ts +2 -2
- package/build/src/components/primitive/Primitive.d.ts +3 -3
- package/build/src/components/root/Root.d.ts +5 -7
- package/build/src/core/Dive.d.ts +1 -1
- package/build/src/engine/clock/Clock.d.ts +1 -0
- package/build/src/engine/index.d.ts +6 -0
- package/build/src/engine/renderer/Renderer.d.ts +47 -7
- package/build/src/events/index.d.ts +1 -0
- package/build/src/index.d.ts +4 -2
- package/build/src/interfaces/Draggable.d.ts +1 -1
- package/build/src/plugins/animation/index.d.ts +2 -0
- package/build/src/{modules/animation → plugins/animation/src}/animator/Animator.d.ts +2 -3
- package/build/src/plugins/animation/src/index.d.ts +3 -0
- package/build/src/plugins/animation/src/system/AnimationSystem.d.ts +23 -0
- package/build/src/plugins/ar/index.d.ts +4 -0
- package/build/src/plugins/ar/src/ARSystem.d.ts +24 -0
- package/build/src/plugins/ar/src/arquicklook/ARQuickLook.d.ts +15 -0
- package/build/src/plugins/ar/src/error/ar-errors.d.ts +18 -0
- package/build/src/{modules/ar → plugins/ar/src}/sceneviewer/SceneViewer.d.ts +10 -0
- package/build/src/{modules/ar → plugins/ar/src}/webxr/WebXR.d.ts +2 -2
- package/build/src/{modules/ar → plugins/ar/src}/webxr/controller/WebXRController.d.ts +2 -2
- package/build/src/{modules/ar → plugins/ar/src}/webxr/origin/WebXROrigin.d.ts +1 -1
- package/build/src/{modules/ar → plugins/ar/src}/webxr/raycaster/WebXRRaycaster.d.ts +3 -3
- package/build/src/{modules/ar → plugins/ar/src}/webxr/raycaster/ar/WebXRRaycasterAR.d.ts +1 -1
- package/build/src/{modules/ar → plugins/ar/src}/webxr/raycaster/three/WebXRRaycasterTHREE.d.ts +2 -2
- package/build/src/{modules/ar → plugins/ar/src}/webxr/touchscreencontrols/WebXRTouchscreenControls.d.ts +1 -1
- package/build/src/plugins/assetconverter/index.d.ts +1 -0
- package/build/src/plugins/assetconverter/src/AssetConverter.d.ts +13 -0
- package/build/src/plugins/assetexporter/index.d.ts +1 -0
- package/build/src/{modules/asset/exporter → plugins/assetexporter/src}/AssetExporter.d.ts +0 -17
- package/build/src/plugins/assetloader/index.d.ts +3 -0
- package/build/src/plugins/assetloader/src/loader/AssetLoader.d.ts +8 -0
- package/build/src/plugins/axiscamera/index.d.ts +1 -0
- package/build/src/{modules/axiscamera → plugins/axiscamera/src}/AxisCamera.d.ts +1 -4
- package/build/src/plugins/mediacreator/index.d.ts +1 -0
- package/build/src/plugins/mediacreator/src/MediaCreator.d.ts +15 -0
- package/build/src/plugins/orbitcontroller/index.d.ts +1 -0
- package/build/src/{modules/controller/orbit → plugins/orbitcontroller/src}/OrbitController.d.ts +3 -3
- package/build/src/plugins/state/index.d.ts +4 -0
- package/build/src/{modules/state → plugins/state/src}/State.d.ts +4 -27
- package/build/src/{modules/state → plugins/state/src}/actions/action.d.ts +1 -1
- package/build/src/{modules/state → plugins/state/src}/actions/ar/launchar.d.ts +2 -2
- package/build/src/{modules/state → plugins/state/src}/actions/camera/computeencompassingview.d.ts +1 -1
- package/build/src/{modules/state → plugins/state/src}/actions/camera/getcameratransform.d.ts +1 -1
- package/build/src/{modules/state → plugins/state/src}/actions/camera/lockcamera.d.ts +1 -1
- package/build/src/{modules/state → plugins/state/src}/actions/camera/movecamera.d.ts +3 -3
- package/build/src/{modules/state → plugins/state/src}/actions/camera/setcameralayer.d.ts +1 -1
- package/build/src/{modules/state → plugins/state/src}/actions/camera/setcameratransform.d.ts +1 -1
- package/build/src/{modules/state → plugins/state/src}/actions/camera/zoomcamera.d.ts +1 -1
- package/build/src/{modules/state → plugins/state/src}/actions/media/generatemedia.d.ts +1 -1
- package/build/src/plugins/state/src/actions/object/addobject.d.ts +9 -0
- package/build/src/plugins/state/src/actions/object/deleteobject.d.ts +13 -0
- package/build/src/plugins/state/src/actions/object/deselectobject.d.ts +13 -0
- package/build/src/{modules/state → plugins/state/src}/actions/object/dropit.d.ts +3 -3
- package/build/src/{modules/state → plugins/state/src}/actions/object/getallobjects.d.ts +3 -2
- package/build/src/plugins/state/src/actions/object/getobjects.d.ts +13 -0
- package/build/src/{modules/state → plugins/state/src}/actions/object/modelloaded.d.ts +1 -1
- package/build/src/{modules/state → plugins/state/src}/actions/object/placeonfloor.d.ts +3 -3
- package/build/src/plugins/state/src/actions/object/selectobject.d.ts +13 -0
- package/build/src/plugins/state/src/actions/object/setparent.d.ts +23 -0
- package/build/src/plugins/state/src/actions/object/updateobject.d.ts +13 -0
- package/build/src/{modules/state → plugins/state/src}/actions/renderer/startrender.d.ts +1 -1
- package/build/src/{modules/state → plugins/state/src}/actions/scene/exportscene.d.ts +4 -4
- package/build/src/plugins/state/src/actions/scene/getallscenedata.d.ts +9 -0
- package/build/src/{modules/state → plugins/state/src}/actions/scene/setbackground.d.ts +1 -1
- package/build/src/{modules/state → plugins/state/src}/actions/scene/updatescene.d.ts +1 -1
- package/build/src/{modules/state → plugins/state/src}/actions/toolbox/setgizmomode.d.ts +1 -1
- package/build/src/{modules/state → plugins/state/src}/actions/toolbox/setgizmoscalelinked.d.ts +1 -1
- package/build/src/{modules/state → plugins/state/src}/actions/toolbox/setgizmovisible.d.ts +1 -1
- package/build/src/{modules/state → plugins/state/src}/actions/toolbox/usetool.d.ts +2 -2
- package/build/src/plugins/state/types/ActionTypes.d.ts +17 -0
- package/build/src/{types/SceneType.d.ts → plugins/state/types/StateExportFileType.d.ts} +1 -1
- package/build/src/plugins/state/types/StateSceneData.d.ts +19 -0
- package/build/src/plugins/state/types/index.d.ts +1 -0
- package/build/src/plugins/systeminfo/index.d.ts +2 -0
- package/build/src/{modules/systeminfo → plugins/systeminfo/src}/SystemInfo.d.ts +21 -31
- package/build/src/plugins/toolbox/index.d.ts +4 -0
- package/build/src/{modules/toolbox → plugins/toolbox/src}/BaseTool.d.ts +2 -4
- package/build/src/{modules/toolbox → plugins/toolbox/src}/Toolbox.d.ts +2 -11
- package/build/src/{modules/toolbox → plugins/toolbox/src}/select/SelectTool.d.ts +2 -6
- package/build/src/{modules/toolbox → plugins/toolbox/src}/transform/TransformTool.d.ts +2 -6
- package/build/src/types/components/DIVELight.d.ts +4 -0
- package/build/src/types/components/DIVESceneObject.d.ts +6 -0
- package/build/src/types/components/index.d.ts +2 -0
- package/build/src/types/index.d.ts +2 -5
- package/build/src/types/schema/BaseEntitySchema.d.ts +8 -0
- package/build/src/types/schema/EntitySchema.d.ts +11 -0
- package/build/src/types/schema/EntityTypeSchema.d.ts +1 -0
- package/build/src/types/schema/GeometrySchema.d.ts +7 -0
- package/build/src/types/schema/GeometryTypeSchema.d.ts +1 -0
- package/build/src/types/schema/GroupSchema.d.ts +11 -0
- package/build/src/types/schema/LightSchema.d.ts +28 -0
- package/build/src/{modules/state/types/COMMaterial.d.ts → types/schema/MaterialSchema.d.ts} +1 -1
- package/build/src/types/schema/ModelSchema.d.ts +14 -0
- package/build/src/types/schema/PovSchema.d.ts +10 -0
- package/build/src/types/schema/PrimitiveSchema.d.ts +14 -0
- package/build/src/types/schema/index.d.ts +11 -0
- package/package.json +52 -42
- package/build/chunks/FileTypes-DuVGjbcR.mjs +0 -36
- package/build/chunks/FileTypes-DzVpDu_p.cjs +0 -1
- package/build/chunks/ModuleRegistry-NyNtjHb2.cjs +0 -1
- package/build/chunks/ModuleRegistry-RSub8W0G.mjs +0 -13
- package/build/chunks/PerspectiveCamera-BByyG5R4.cjs +0 -1
- package/build/chunks/PerspectiveCamera-sm4_81KJ.mjs +0 -34
- package/build/chunks/SelectTool-C7nerV4P.cjs +0 -1
- package/build/chunks/VisibilityLayerMask-BI7jPKdx.cjs +0 -1
- package/build/chunks/VisibilityLayerMask-CXgt1fJc.mjs +0 -8
- package/build/chunks/findInterface-BEdL2iUQ.cjs +0 -1
- package/build/chunks/findInterface-OrXgmwxj.mjs +0 -18
- package/build/chunks/index-C7Wx_9uY.mjs +0 -33
- package/build/chunks/index-MNP0K5dt.cjs +0 -1
- package/build/chunks/package-DeBkqggW.mjs +0 -39
- package/build/chunks/package-o6as1hwQ.cjs +0 -1
- package/build/src/error/ar-compatibility/ar-compatibility-error.d.ts +0 -12
- package/build/src/modules/ModuleRegistry.d.ts +0 -19
- package/build/src/modules/animation/AnimationSystem.cjs +0 -1
- package/build/src/modules/animation/AnimationSystem.d.ts +0 -36
- package/build/src/modules/animation/AnimationSystem.mjs +0 -95
- package/build/src/modules/ar/ARSystem.cjs +0 -1
- package/build/src/modules/ar/ARSystem.d.ts +0 -71
- package/build/src/modules/ar/ARSystem.mjs +0 -163
- package/build/src/modules/ar/arquicklook/ARQuickLook.d.ts +0 -7
- package/build/src/modules/asset/converter/AssetConverter.d.ts +0 -30
- package/build/src/modules/asset/loader/AssetLoader.cjs +0 -4
- package/build/src/modules/asset/loader/AssetLoader.d.ts +0 -29
- package/build/src/modules/mediacreator/MediaCreator.cjs +0 -1
- package/build/src/modules/mediacreator/MediaCreator.d.ts +0 -44
- package/build/src/modules/state/State.cjs +0 -27
- package/build/src/modules/state/State.mjs +0 -4296
- package/build/src/modules/state/actions/object/addobject.d.ts +0 -8
- package/build/src/modules/state/actions/object/deleteobject.d.ts +0 -12
- package/build/src/modules/state/actions/object/deselectobject.d.ts +0 -12
- package/build/src/modules/state/actions/object/getobjects.d.ts +0 -12
- package/build/src/modules/state/actions/object/selectobject.d.ts +0 -12
- package/build/src/modules/state/actions/object/setparent.d.ts +0 -22
- package/build/src/modules/state/actions/object/updateobject.d.ts +0 -12
- package/build/src/modules/state/actions/scene/getallscenedata.d.ts +0 -9
- package/build/src/modules/state/types/ActionTypes.d.ts +0 -18
- package/build/src/modules/state/types/COMBaseEntity.d.ts +0 -8
- package/build/src/modules/state/types/COMEntity.d.ts +0 -11
- package/build/src/modules/state/types/COMEntityType.d.ts +0 -1
- package/build/src/modules/state/types/COMGeometry.d.ts +0 -7
- package/build/src/modules/state/types/COMGeometryType.d.ts +0 -1
- package/build/src/modules/state/types/COMGroup.d.ts +0 -11
- package/build/src/modules/state/types/COMLight.d.ts +0 -28
- package/build/src/modules/state/types/COMModel.d.ts +0 -14
- package/build/src/modules/state/types/COMPov.d.ts +0 -10
- package/build/src/modules/state/types/COMPrimitive.d.ts +0 -14
- package/build/src/modules/state/types/index.d.ts +0 -11
- package/build/src/modules/systeminfo/SystemInfo.cjs +0 -1
- package/build/src/modules/systeminfo/SystemInfo.mjs +0 -114
- package/build/src/modules/toolbox/Toolbox.cjs +0 -1
- package/build/src/types/SceneData.d.ts +0 -19
- package/build/src/types/SceneObjects.d.ts +0 -9
- package/build/src/types/UUID.d.ts +0 -1
- /package/build/{src/modules/asset/converter/AssetConverter.cjs → plugins/assetconverter/index.cjs} +0 -0
- /package/build/{src/modules/asset/converter/AssetConverter.mjs → plugins/assetconverter/index.mjs} +0 -0
- /package/build/src/{modules/events → events}/EventExecutor.d.ts +0 -0
- /package/build/src/{modules/animation → plugins/animation/src}/types/AnimatorParameters.d.ts +0 -0
- /package/build/src/{modules/ar → plugins/ar/src}/webxr/crosshair/WebXRCrosshair.d.ts +0 -0
- /package/build/src/{modules/ar → plugins/ar/src}/webxr/overlay/Overlay.d.ts +0 -0
- /package/build/src/{modules/asset → plugins/assetloader/src}/draco/DracoLoader.d.ts +0 -0
- /package/build/src/{modules/state → plugins/state/src}/ActionRegistry.d.ts +0 -0
- /package/build/src/{modules/state → plugins/state/src}/actions/ar/index.d.ts +0 -0
- /package/build/src/{modules/state → plugins/state/src}/actions/camera/index.d.ts +0 -0
- /package/build/src/{modules/state → plugins/state/src}/actions/index.d.ts +0 -0
- /package/build/src/{modules/state → plugins/state/src}/actions/media/index.d.ts +0 -0
- /package/build/src/{modules/state → plugins/state/src}/actions/object/index.d.ts +0 -0
- /package/build/src/{modules/state → plugins/state/src}/actions/renderer/index.d.ts +0 -0
- /package/build/src/{modules/state → plugins/state/src}/actions/scene/index.d.ts +0 -0
- /package/build/src/{modules/state → plugins/state/src}/actions/toolbox/index.d.ts +0 -0
- /package/build/src/{types/info → plugins/systeminfo/types}/index.d.ts +0 -0
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import { Action } from '../action.ts';
|
|
2
|
-
import { ActionDependencies, COMEntity } from '../../types/index.ts';
|
|
3
|
-
export declare const AddObjectAction: new (payload: COMEntity, dependencies: Pick<ActionDependencies, "engine" | "registered">) => Action<COMEntity, Pick<ActionDependencies, "engine" | "registered">, void>;
|
|
4
|
-
declare global {
|
|
5
|
-
interface ActionTypes {
|
|
6
|
-
ADD_OBJECT: typeof AddObjectAction;
|
|
7
|
-
}
|
|
8
|
-
}
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import { Action } from '../action.ts';
|
|
2
|
-
import { ActionDependencies, COMEntity } from '../../types/index.ts';
|
|
3
|
-
export declare const DeleteObjectAction: new (payload: Partial<COMEntity> & {
|
|
4
|
-
id: string;
|
|
5
|
-
}, dependencies: Pick<ActionDependencies, "engine" | "registered">) => Action<Partial<COMEntity> & {
|
|
6
|
-
id: string;
|
|
7
|
-
}, Pick<ActionDependencies, "engine" | "registered">, void>;
|
|
8
|
-
declare global {
|
|
9
|
-
interface ActionTypes {
|
|
10
|
-
DELETE_OBJECT: typeof DeleteObjectAction;
|
|
11
|
-
}
|
|
12
|
-
}
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import { Action } from '../action.ts';
|
|
2
|
-
import { ActionDependencies, COMEntity } from '../../types/index.ts';
|
|
3
|
-
export declare const DeselectObjectAction: new (payload: Partial<COMEntity> & {
|
|
4
|
-
id: string;
|
|
5
|
-
}, dependencies: Pick<ActionDependencies, "engine" | "registered" | "getToolbox">) => Action<Partial<COMEntity> & {
|
|
6
|
-
id: string;
|
|
7
|
-
}, Pick<ActionDependencies, "engine" | "registered" | "getToolbox">, Promise<void>>;
|
|
8
|
-
declare global {
|
|
9
|
-
interface ActionTypes {
|
|
10
|
-
DESELECT_OBJECT: typeof DeselectObjectAction;
|
|
11
|
-
}
|
|
12
|
-
}
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import { Action } from '../action.ts';
|
|
2
|
-
import { ActionDependencies, COMEntity } from '../../types/index.ts';
|
|
3
|
-
export declare const GetObjectsAction: new (payload: {
|
|
4
|
-
ids: string[];
|
|
5
|
-
}, dependencies: Pick<ActionDependencies, "engine" | "registered">) => Action<{
|
|
6
|
-
ids: string[];
|
|
7
|
-
}, Pick<ActionDependencies, "engine" | "registered">, COMEntity[]>;
|
|
8
|
-
declare global {
|
|
9
|
-
interface ActionTypes {
|
|
10
|
-
GET_OBJECTS: typeof GetObjectsAction;
|
|
11
|
-
}
|
|
12
|
-
}
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import { Action } from '../action.ts';
|
|
2
|
-
import { ActionDependencies, COMEntity } from '../../types/index.ts';
|
|
3
|
-
export declare const SelectObjectAction: new (payload: Partial<COMEntity> & {
|
|
4
|
-
id: string;
|
|
5
|
-
}, dependencies: Pick<ActionDependencies, "engine" | "registered" | "getToolbox">) => Action<Partial<COMEntity> & {
|
|
6
|
-
id: string;
|
|
7
|
-
}, Pick<ActionDependencies, "engine" | "registered" | "getToolbox">, Promise<void>>;
|
|
8
|
-
declare global {
|
|
9
|
-
interface ActionTypes {
|
|
10
|
-
SELECT_OBJECT: typeof SelectObjectAction;
|
|
11
|
-
}
|
|
12
|
-
}
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
import { Action } from '../action.ts';
|
|
2
|
-
import { ActionDependencies, COMEntity } from '../../types/index.ts';
|
|
3
|
-
export declare const SetParentAction: new (payload: {
|
|
4
|
-
object: Partial<COMEntity> & {
|
|
5
|
-
id: string;
|
|
6
|
-
};
|
|
7
|
-
parent: (Partial<COMEntity> & {
|
|
8
|
-
id: string;
|
|
9
|
-
}) | null;
|
|
10
|
-
}, dependencies: Pick<ActionDependencies, "engine" | "registered">) => Action<{
|
|
11
|
-
object: Partial<COMEntity> & {
|
|
12
|
-
id: string;
|
|
13
|
-
};
|
|
14
|
-
parent: (Partial<COMEntity> & {
|
|
15
|
-
id: string;
|
|
16
|
-
}) | null;
|
|
17
|
-
}, Pick<ActionDependencies, "engine" | "registered">, void>;
|
|
18
|
-
declare global {
|
|
19
|
-
interface ActionTypes {
|
|
20
|
-
SET_PARENT: typeof SetParentAction;
|
|
21
|
-
}
|
|
22
|
-
}
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import { Action } from '../action.ts';
|
|
2
|
-
import { ActionDependencies, COMEntity } from '../../types/index.ts';
|
|
3
|
-
export declare const UpdateObjectAction: new (payload: Partial<COMEntity> & {
|
|
4
|
-
id: string;
|
|
5
|
-
}, dependencies: Pick<ActionDependencies, "engine" | "registered">) => Action<Partial<COMEntity> & {
|
|
6
|
-
id: string;
|
|
7
|
-
}, Pick<ActionDependencies, "engine" | "registered">, void>;
|
|
8
|
-
declare global {
|
|
9
|
-
interface ActionTypes {
|
|
10
|
-
UPDATE_OBJECT: typeof UpdateObjectAction;
|
|
11
|
-
}
|
|
12
|
-
}
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import { Action } from '../action.ts';
|
|
2
|
-
import { ActionDependencies } from '../../types/index.ts';
|
|
3
|
-
import { DIVESceneData } from '../../../../types/index.ts';
|
|
4
|
-
export declare const GetAllSceneDataAction: new (payload: object, dependencies: Pick<ActionDependencies, "engine" | "registered" | "controller">) => Action<object, Pick<ActionDependencies, "engine" | "registered" | "controller">, DIVESceneData>;
|
|
5
|
-
declare global {
|
|
6
|
-
interface ActionTypes {
|
|
7
|
-
GET_ALL_SCENE_DATA: typeof GetAllSceneDataAction;
|
|
8
|
-
}
|
|
9
|
-
}
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
import { DIVEEngine } from '../../../engine/Engine.ts';
|
|
2
|
-
import { OrbitController } from '../../controller/orbit/OrbitController.ts';
|
|
3
|
-
import { COMEntity } from '../types/index.ts';
|
|
4
|
-
export type ActionPayload<T> = T extends new (payload: infer P, dependencies: infer D) => unknown ? P : never;
|
|
5
|
-
export type ActionReturn<T> = T extends new (payload: infer P, dependencies: infer D) => infer ClassInstance ? ClassInstance extends {
|
|
6
|
-
execute(): infer E;
|
|
7
|
-
} ? E : never : never;
|
|
8
|
-
export type ActionDeps<T> = T extends new (payload: unknown, dependencies: infer D) => unknown ? D extends Partial<ActionDependencies> ? D : never : never;
|
|
9
|
-
export interface ActionDependencies {
|
|
10
|
-
registered: Map<string, COMEntity>;
|
|
11
|
-
engine: DIVEEngine;
|
|
12
|
-
controller: OrbitController;
|
|
13
|
-
getAnimationSystem: () => Promise<import('../../animation/AnimationSystem.ts').AnimationSystem>;
|
|
14
|
-
getARSystem: () => Promise<import('../../ar/ARSystem.ts').ARSystem>;
|
|
15
|
-
getAssetExporter: () => Promise<import('../../asset/exporter/AssetExporter.ts').AssetExporter>;
|
|
16
|
-
getMediaCreator: () => Promise<import('../../mediacreator/MediaCreator.ts').MediaCreator>;
|
|
17
|
-
getToolbox: () => Promise<import('../../toolbox/Toolbox.ts').Toolbox>;
|
|
18
|
-
}
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import { COMPov } from './COMPov.ts';
|
|
2
|
-
import { COMLight } from './COMLight.ts';
|
|
3
|
-
import { COMModel } from './COMModel.ts';
|
|
4
|
-
import { COMPrimitive } from './COMPrimitive.ts';
|
|
5
|
-
import { COMGroup } from './COMGroup.ts';
|
|
6
|
-
export type COMMinimal<T extends COMEntity> = T extends COMEntity ? {
|
|
7
|
-
id: string;
|
|
8
|
-
entityType: T['entityType'];
|
|
9
|
-
} : never;
|
|
10
|
-
export type COMPartial<T extends COMEntity | void = void> = T extends COMEntity ? COMMinimal<T> & Partial<T> : COMMinimal<COMEntity> & Partial<COMEntity>;
|
|
11
|
-
export type COMEntity = COMPov | COMLight | COMModel | COMPrimitive | COMGroup;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export type COMEntityType = 'pov' | 'light' | 'model' | 'primitive' | 'group';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export type COMGeometryType = 'cylinder' | 'sphere' | 'pyramid' | 'cube' | 'box' | 'cone' | 'wall' | 'plane';
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import { Vector3Like } from 'three';
|
|
2
|
-
import { COMBaseEntity } from './COMBaseEntity.ts';
|
|
3
|
-
import { COMEntity } from './COMEntity.ts';
|
|
4
|
-
export declare function isCOMGroup(entity: COMEntity): entity is COMGroup;
|
|
5
|
-
export type COMGroup = COMBaseEntity & {
|
|
6
|
-
entityType: 'group';
|
|
7
|
-
position: Vector3Like;
|
|
8
|
-
rotation: Vector3Like;
|
|
9
|
-
scale: Vector3Like;
|
|
10
|
-
bbVisible?: boolean;
|
|
11
|
-
};
|
|
@@ -1,28 +0,0 @@
|
|
|
1
|
-
import { Vector3Like } from 'three';
|
|
2
|
-
import { COMBaseEntity } from './COMBaseEntity.ts';
|
|
3
|
-
import { COMEntity } from './COMEntity.ts';
|
|
4
|
-
export declare function isCOMLight(entity: COMEntity): entity is COMLight;
|
|
5
|
-
export type COMBaseLight = COMBaseEntity & {
|
|
6
|
-
type: LightType;
|
|
7
|
-
intensity: number;
|
|
8
|
-
color: string | number;
|
|
9
|
-
enabled: boolean;
|
|
10
|
-
position?: Vector3Like;
|
|
11
|
-
rotation?: Vector3Like;
|
|
12
|
-
};
|
|
13
|
-
export type COMAmbientLight = COMBaseLight & {
|
|
14
|
-
entityType: 'light';
|
|
15
|
-
type: 'ambient';
|
|
16
|
-
};
|
|
17
|
-
export type COMPointLight = COMBaseLight & {
|
|
18
|
-
entityType: 'light';
|
|
19
|
-
type: 'point';
|
|
20
|
-
position: Vector3Like;
|
|
21
|
-
};
|
|
22
|
-
export type COMSceneLight = COMBaseLight & {
|
|
23
|
-
entityType: 'light';
|
|
24
|
-
type: 'scene';
|
|
25
|
-
};
|
|
26
|
-
type LightType = 'ambient' | 'point' | 'scene';
|
|
27
|
-
export type COMLight = COMAmbientLight | COMPointLight | COMSceneLight;
|
|
28
|
-
export {};
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
import { Vector3Like } from 'three';
|
|
2
|
-
import { COMMaterial } from './COMMaterial.ts';
|
|
3
|
-
import { COMBaseEntity } from './COMBaseEntity.ts';
|
|
4
|
-
import { COMEntity } from './COMEntity.ts';
|
|
5
|
-
export declare function isCOMModel(entity: COMEntity): entity is COMModel;
|
|
6
|
-
export type COMModel = COMBaseEntity & {
|
|
7
|
-
entityType: 'model';
|
|
8
|
-
uri: string;
|
|
9
|
-
position: Vector3Like;
|
|
10
|
-
rotation: Vector3Like;
|
|
11
|
-
scale: Vector3Like;
|
|
12
|
-
loaded: boolean;
|
|
13
|
-
material?: Partial<COMMaterial>;
|
|
14
|
-
};
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import { Vector3Like } from 'three';
|
|
2
|
-
import { COMBaseEntity } from './COMBaseEntity.ts';
|
|
3
|
-
import { COMEntity } from './COMEntity.ts';
|
|
4
|
-
export declare function isCOMPov(entity: COMEntity): entity is COMPov;
|
|
5
|
-
export type COMPov = COMBaseEntity & {
|
|
6
|
-
entityType: 'pov';
|
|
7
|
-
position: Vector3Like;
|
|
8
|
-
target: Vector3Like;
|
|
9
|
-
locked?: boolean;
|
|
10
|
-
};
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
import { Vector3Like } from 'three';
|
|
2
|
-
import { COMBaseEntity } from './COMBaseEntity.ts';
|
|
3
|
-
import { COMGeometry } from './COMGeometry.ts';
|
|
4
|
-
import { COMMaterial } from './COMMaterial.ts';
|
|
5
|
-
import { COMEntity } from './COMEntity.ts';
|
|
6
|
-
export declare function isCOMPrimitive(entity: COMEntity): entity is COMPrimitive;
|
|
7
|
-
export type COMPrimitive = COMBaseEntity & {
|
|
8
|
-
entityType: 'primitive';
|
|
9
|
-
position: Vector3Like;
|
|
10
|
-
rotation: Vector3Like;
|
|
11
|
-
scale: Vector3Like;
|
|
12
|
-
geometry: COMGeometry;
|
|
13
|
-
material?: Partial<COMMaterial>;
|
|
14
|
-
};
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
export * from './COMEntity.ts';
|
|
2
|
-
export * from './COMPrimitive.ts';
|
|
3
|
-
export * from './COMModel.ts';
|
|
4
|
-
export * from './COMLight.ts';
|
|
5
|
-
export * from './COMPov.ts';
|
|
6
|
-
export * from './COMGeometry.ts';
|
|
7
|
-
export * from './COMMaterial.ts';
|
|
8
|
-
export * from './COMGroup.ts';
|
|
9
|
-
export * from './COMEntityType.ts';
|
|
10
|
-
export * from './COMGeometryType.ts';
|
|
11
|
-
export * from './ActionTypes.ts';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
"use strict";var a=Object.defineProperty;var d=(r,e,s)=>e in r?a(r,e,{enumerable:!0,configurable:!0,writable:!0,value:s}):r[e]=s;var o=(r,e,s)=>d(r,typeof e!="symbol"?e+"":e,s);Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const t=require("../../../chunks/index-MNP0K5dt.cjs");class n{static getSystem(){if(typeof window>"u"||!window.navigator)return t.ESystem.UNKNOWN;const e=window.navigator.userAgent.toLowerCase();return e.includes("iphone")||e.includes("ipad")?t.ESystem.IOS:e.includes("android")?t.ESystem.ANDROID:e.includes("windows")?t.ESystem.WINDOWS:e.includes("macintosh")?t.ESystem.MACOS:e.includes("linux")?t.ESystem.LINUX:t.ESystem.UNKNOWN}static async getSupportsWebXR(){if(this._supportsWebXR!==!1)return this._supportsWebXR;if(!window.isSecureContext)return this._supportsWebXR=!1,this._webXRUnsupportedReason=t.EWebXRUnsupportedReason.NO_HTTPS,this._supportsWebXR;if(!navigator.xr)return this._supportsWebXR=!1,this._webXRUnsupportedReason=t.EWebXRUnsupportedReason.NO_WEBXR_API,this._supportsWebXR;try{const e=await navigator.xr.isSessionSupported("immersive-ar");this._supportsWebXR=e,this._supportsWebXR||(this._webXRUnsupportedReason=t.EWebXRUnsupportedReason.IMMERSIVE_AR_NOT_SUPPORTED_BY_DEVICE)}catch{this._supportsWebXR=!1,this._webXRUnsupportedReason=t.EWebXRUnsupportedReason.AR_PERMISSION_DENIED}return this._supportsWebXR}static getWebXRUnsupportedReason(){return this._supportsWebXR?(console.log("WebXR is supported."),null):this._webXRUnsupportedReason}static getSupportsARQuickLook(){if(document.createElement("a").relList.supports("ar"))return!0;const s=window.navigator.userAgent,i=window.navigator.platform,u=window.navigator.vendor,p="ARQuickLook is not supported";throw new t.ARCompatibilityError(p,s,i,u)}static getSupportsSceneViewer(){if(typeof window>"u"||!window.navigator)return!1;const e=window.navigator.userAgent.toLowerCase();if(!e.includes("android")||!e.includes("chrome"))return!1;const s=e.match(/chrome\/(\d+)/);return!(!s||parseInt(s[1])<89)}static get isMobile(){return this.getSystem()===t.ESystem.ANDROID||this.getSystem()===t.ESystem.IOS}static get isDesktop(){return!this.isMobile}static getSupportsAR(){return this.getSupportsARQuickLook()||this.getSupportsSceneViewer()}}o(n,"_supportsWebXR",!1),o(n,"_webXRUnsupportedReason",null);exports.SystemInfo=n;
|
|
@@ -1,114 +0,0 @@
|
|
|
1
|
-
var c = Object.defineProperty;
|
|
2
|
-
var d = (r, t, e) => t in r ? c(r, t, { enumerable: !0, configurable: !0, writable: !0, value: e }) : r[t] = e;
|
|
3
|
-
var i = (r, t, e) => d(r, typeof t != "symbol" ? t + "" : t, e);
|
|
4
|
-
import { E as s, a as o, A as R } from "../../../chunks/index-C7Wx_9uY.mjs";
|
|
5
|
-
class n {
|
|
6
|
-
/**
|
|
7
|
-
* Gets the current system (iOS, Android, Windows, etc.)
|
|
8
|
-
* @returns DIVESystem The current system
|
|
9
|
-
*/
|
|
10
|
-
static getSystem() {
|
|
11
|
-
if (typeof window > "u" || !window.navigator)
|
|
12
|
-
return s.UNKNOWN;
|
|
13
|
-
const t = window.navigator.userAgent.toLowerCase();
|
|
14
|
-
return t.includes("iphone") || t.includes("ipad") ? s.IOS : t.includes("android") ? s.ANDROID : t.includes("windows") ? s.WINDOWS : t.includes("macintosh") ? s.MACOS : t.includes("linux") ? s.LINUX : s.UNKNOWN;
|
|
15
|
-
}
|
|
16
|
-
/**
|
|
17
|
-
* @returns A promise that resolves to a boolean indicating whether the user's device supports WebXR.
|
|
18
|
-
*/
|
|
19
|
-
static async getSupportsWebXR() {
|
|
20
|
-
if (this._supportsWebXR !== !1)
|
|
21
|
-
return this._supportsWebXR;
|
|
22
|
-
if (!window.isSecureContext)
|
|
23
|
-
return this._supportsWebXR = !1, this._webXRUnsupportedReason = o.NO_HTTPS, this._supportsWebXR;
|
|
24
|
-
if (!navigator.xr)
|
|
25
|
-
return this._supportsWebXR = !1, this._webXRUnsupportedReason = o.NO_WEBXR_API, this._supportsWebXR;
|
|
26
|
-
try {
|
|
27
|
-
const t = await navigator.xr.isSessionSupported("immersive-ar");
|
|
28
|
-
this._supportsWebXR = t, this._supportsWebXR || (this._webXRUnsupportedReason = o.IMMERSIVE_AR_NOT_SUPPORTED_BY_DEVICE);
|
|
29
|
-
} catch {
|
|
30
|
-
this._supportsWebXR = !1, this._webXRUnsupportedReason = o.AR_PERMISSION_DENIED;
|
|
31
|
-
}
|
|
32
|
-
return this._supportsWebXR;
|
|
33
|
-
}
|
|
34
|
-
/**
|
|
35
|
-
* @returns The reason why WebXR is not supported on the user's device. Returns null if WebXR is supported.
|
|
36
|
-
*/
|
|
37
|
-
static getWebXRUnsupportedReason() {
|
|
38
|
-
return this._supportsWebXR ? (console.log("WebXR is supported."), null) : this._webXRUnsupportedReason;
|
|
39
|
-
}
|
|
40
|
-
/**
|
|
41
|
-
* Checks if ARQuickLook is supported on the current device
|
|
42
|
-
* This checks for:
|
|
43
|
-
* 1. AR support via relList
|
|
44
|
-
*
|
|
45
|
-
* Requirements:
|
|
46
|
-
* - iOS 13.0 or later
|
|
47
|
-
* - Safari browser (ARQuickLook is only supported in Safari)
|
|
48
|
-
* - Device with AR capabilities (iPhone/iPad with LiDAR scanner or ARKit support)
|
|
49
|
-
*
|
|
50
|
-
* Note: ARQuickLook is only available in Safari on iOS. Other browsers
|
|
51
|
-
* (Chrome, Firefox, etc.) do not support ARQuickLook, even on iOS.
|
|
52
|
-
*
|
|
53
|
-
* @returns boolean indicating if ARQuickLook is supported
|
|
54
|
-
* @throws ARCompatibilityError if ARQuickLook is not supported, with detailed browser information
|
|
55
|
-
*/
|
|
56
|
-
static getSupportsARQuickLook() {
|
|
57
|
-
if (document.createElement("a").relList.supports("ar"))
|
|
58
|
-
return !0;
|
|
59
|
-
const e = window.navigator.userAgent, u = window.navigator.platform, a = window.navigator.vendor, p = "ARQuickLook is not supported";
|
|
60
|
-
throw new R(
|
|
61
|
-
p,
|
|
62
|
-
e,
|
|
63
|
-
u,
|
|
64
|
-
a
|
|
65
|
-
);
|
|
66
|
-
}
|
|
67
|
-
/**
|
|
68
|
-
* Checks if SceneViewer is supported on the current device
|
|
69
|
-
* This checks for:
|
|
70
|
-
* 1. Android device
|
|
71
|
-
* 2. Chrome browser (version 89 or later)
|
|
72
|
-
*
|
|
73
|
-
* Requirements:
|
|
74
|
-
* - Android 7.0 (API level 24) or later
|
|
75
|
-
* - Chrome for Android 89 or later
|
|
76
|
-
*
|
|
77
|
-
* Note: According to Google's documentation, if these requirements are met,
|
|
78
|
-
* SceneViewer will be available. If ARCore is not installed, SceneViewer will
|
|
79
|
-
* fall back to showing the model in 3D.
|
|
80
|
-
*
|
|
81
|
-
* @returns boolean indicating if SceneViewer is supported
|
|
82
|
-
*/
|
|
83
|
-
static getSupportsSceneViewer() {
|
|
84
|
-
if (typeof window > "u" || !window.navigator)
|
|
85
|
-
return !1;
|
|
86
|
-
const t = window.navigator.userAgent.toLowerCase();
|
|
87
|
-
if (!t.includes("android") || !t.includes("chrome"))
|
|
88
|
-
return !1;
|
|
89
|
-
const e = t.match(/chrome\/(\d+)/);
|
|
90
|
-
return !(!e || parseInt(e[1]) < 89);
|
|
91
|
-
}
|
|
92
|
-
/**
|
|
93
|
-
* @returns A boolean indicating whether the user's device is a mobile device.
|
|
94
|
-
*/
|
|
95
|
-
static get isMobile() {
|
|
96
|
-
return this.getSystem() === s.ANDROID || this.getSystem() === s.IOS;
|
|
97
|
-
}
|
|
98
|
-
/**
|
|
99
|
-
* @returns A boolean indicating whether the user's device is a desktop device.
|
|
100
|
-
*/
|
|
101
|
-
static get isDesktop() {
|
|
102
|
-
return !this.isMobile;
|
|
103
|
-
}
|
|
104
|
-
/**
|
|
105
|
-
* @returns A promise that resolves to a boolean indicating whether the user's device is capable of AR.
|
|
106
|
-
*/
|
|
107
|
-
static getSupportsAR() {
|
|
108
|
-
return this.getSupportsARQuickLook() || this.getSupportsSceneViewer();
|
|
109
|
-
}
|
|
110
|
-
}
|
|
111
|
-
i(n, "_supportsWebXR", !1), i(n, "_webXRUnsupportedReason", null);
|
|
112
|
-
export {
|
|
113
|
-
n as SystemInfo
|
|
114
|
-
};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
"use strict";var s=Object.defineProperty;var l=(t,e,o)=>e in t?s(t,e,{enumerable:!0,configurable:!0,writable:!0,value:o}):t[e]=o;var i=(t,e,o)=>l(t,typeof e!="symbol"?e+"":e,o);Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const r=require("../../../chunks/SelectTool-C7nerV4P.cjs");class n{constructor(e,o){i(this,"_scene");i(this,"_controller");i(this,"_activeTool");i(this,"_selectTool");this._scene=e,this._controller=o,this._selectTool=null,this._activeTool=null}get selectTool(){return this._selectTool||(this._selectTool=new r.DIVESelectTool(this._scene,this._controller)),this._selectTool}dispose(){this.removeEventListeners()}getActiveTool(){return this._activeTool}useTool(e){var o;switch((o=this._activeTool)==null||o.deactivate(),e){case"select":{this.addEventListeners(),this.selectTool.activate(),this._activeTool=this.selectTool;break}case"none":{this.removeEventListeners(),this._activeTool=null;break}default:console.warn(`DIVEToolBox.useTool: Unknown tool: ${e}`)}}setGizmoMode(e){this.selectTool.setGizmoMode(e)}setGizmoVisibility(e){this.selectTool.setGizmoVisibility(e)}setGizmoScaleLinked(e){this.selectTool.setGizmoScaleLinked(e)}onPointerMove(e){var o;(o=this._activeTool)==null||o.onPointerMove(e)}onPointerDown(e){var o;(o=this._activeTool)==null||o.onPointerDown(e)}onPointerUp(e){var o;(o=this._activeTool)==null||o.onPointerUp(e)}onWheel(e){var o;(o=this._activeTool)==null||o.onWheel(e)}addEventListeners(){this._controller.domElement.addEventListener("pointermove",e=>this.onPointerMove(e)),this._controller.domElement.addEventListener("pointerdown",e=>this.onPointerDown(e)),this._controller.domElement.addEventListener("pointerup",e=>this.onPointerUp(e)),this._controller.domElement.addEventListener("wheel",e=>this.onWheel(e))}removeEventListeners(){this._controller.domElement.removeEventListener("pointermove",e=>this.onPointerMove(e)),this._controller.domElement.removeEventListener("pointerdown",e=>this.onPointerDown(e)),this._controller.domElement.removeEventListener("pointerup",e=>this.onPointerUp(e)),this._controller.domElement.removeEventListener("wheel",e=>this.onWheel(e))}}i(n,"DefaultTool","select");exports.Toolbox=n;
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
import { Vector3Like } from 'three';
|
|
2
|
-
import { COMGroup, COMLight, COMModel, COMPov, COMPrimitive } from '../modules/state/types/index.ts';
|
|
3
|
-
export type DIVESceneData = {
|
|
4
|
-
name: string;
|
|
5
|
-
mediaItem: null;
|
|
6
|
-
backgroundColor: string;
|
|
7
|
-
floorEnabled: boolean;
|
|
8
|
-
floorColor: string;
|
|
9
|
-
userCamera: {
|
|
10
|
-
position: Vector3Like;
|
|
11
|
-
target: Vector3Like;
|
|
12
|
-
};
|
|
13
|
-
spotmarks: object[];
|
|
14
|
-
lights: COMLight[];
|
|
15
|
-
objects: COMModel[];
|
|
16
|
-
cameras: COMPov[];
|
|
17
|
-
primitives: COMPrimitive[];
|
|
18
|
-
groups: COMGroup[];
|
|
19
|
-
};
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import { DIVEGroup } from '../components/group/Group.ts';
|
|
2
|
-
import { DIVEAmbientLight } from '../components/light/AmbientLight.ts';
|
|
3
|
-
import { DIVEPointLight } from '../components/light/PointLight.ts';
|
|
4
|
-
import { DIVESceneLight } from '../components/light/SceneLight.ts';
|
|
5
|
-
import { DIVEModel } from '../components/model/Model.ts';
|
|
6
|
-
import { DIVEPrimitive } from '../components/primitive/Primitive.ts';
|
|
7
|
-
import { COMEntityType } from '../modules/state/types/index.ts';
|
|
8
|
-
export type DIVESceneObject<T extends COMEntityType | void = void> = T extends 'model' ? DIVEModel : T extends 'group' ? DIVEGroup : T extends 'primitive' ? DIVEPrimitive : T extends 'light' ? DIVELight : DIVEModel | DIVEGroup | DIVEPrimitive | DIVELight;
|
|
9
|
-
export type DIVELight = DIVEAmbientLight | DIVEPointLight | DIVESceneLight;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export type UUID = string;
|
/package/build/{src/modules/asset/converter/AssetConverter.cjs → plugins/assetconverter/index.cjs}
RENAMED
|
File without changes
|
/package/build/{src/modules/asset/converter/AssetConverter.mjs → plugins/assetconverter/index.mjs}
RENAMED
|
File without changes
|
|
File without changes
|
/package/build/src/{modules/animation → plugins/animation/src}/types/AnimatorParameters.d.ts
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|