@realsee/dnalogel 3.73.1-alpha.1 → 3.73.1
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/dist/PanoTagPlugin/controller/Tag/PlaneTag.d.ts +1 -9
- package/dist/PanoTagPlugin/utils/model/mediaPlane.d.ts +0 -4
- package/dist/index.cjs.js +47 -47
- package/dist/index.js +1903 -1969
- package/dist/index.umd.js +47 -47
- package/libs/CruisePlugin/Move.js +2 -3
- package/libs/CruisePlugin/Work.js +2 -3
- package/libs/CruisePlugin/index.js +6 -7
- package/libs/GuideLinePlugin/Controller.js +4 -5
- package/libs/GuideLinePlugin/GuideLineItem.js +2 -3
- package/libs/GuideLinePlugin/GuideLineModeItem.js +2 -3
- package/libs/GuideLinePlugin/index.js +6 -7
- package/libs/PanoTagPlugin/controller/Tag/PlaneTag.d.ts +1 -9
- package/libs/PanoTagPlugin/controller/Tag/PlaneTag.js +131 -179
- package/libs/PanoTagPlugin/controller/index.js +5 -6
- package/libs/PanoTagPlugin/index.js +11 -12
- package/libs/PanoTagPlugin/utils/model/mediaPlane.d.ts +0 -4
- package/libs/PanoTagPlugin/utils/model/mediaPlane.js +71 -85
- package/libs/base/BasePlugin.js +1 -1
- package/libs/index.js +148 -149
- package/libs/shared-utils/logger.js +1 -1
- package/package.json +2 -2
- package/dist/shared-utils/five/getFloorMesh.d.ts +0 -3
- package/libs/shared-utils/five/getFloorMesh.d.ts +0 -3
- package/libs/shared-utils/five/getFloorMesh.js +0 -11
package/libs/index.js
CHANGED
|
@@ -1,73 +1,73 @@
|
|
|
1
1
|
import { consoleVersion as o } from "./shared-utils/logger.js";
|
|
2
2
|
import { autoFixOffscreenCanvas as r } from "./shared-utils/offscreenCanvas.js";
|
|
3
|
-
import { PaintBrush as
|
|
4
|
-
import { PaintBrushTypeEnum as
|
|
5
|
-
import { ModelViewPlugin as
|
|
6
|
-
import { CSS3DRenderPlugin as
|
|
7
|
-
import { PanoCursorRaycasterPlugin as
|
|
8
|
-
import { ModelRoomLabelPlugin as
|
|
9
|
-
import { FLOOR_PLAN_ATTACHED_TO as
|
|
10
|
-
import { ModelFloorplanPlugin as
|
|
11
|
-
import { MapviewFloorplanPlugin as
|
|
12
|
-
import { TopviewFloorplanPlugin as
|
|
13
|
-
import { PanoFloorplanRadarPlugin as
|
|
14
|
-
import { FloorplanGuidePlugin as
|
|
15
|
-
import { FLOOR_TYPE_MAP as
|
|
16
|
-
import { ModelChassisCompassPlugin as
|
|
17
|
-
import { ModelEntryDoorGuidePlugin as
|
|
18
|
-
import { CameraMovementPlugin as
|
|
19
|
-
import { CameraMovementEffect as
|
|
20
|
-
import { PanoRulerPlugin as
|
|
21
|
-
import { PanoRulerProPlugin as
|
|
22
|
-
import { PanoCompassPlugin as
|
|
23
|
-
import { PanoMeasurePlugin as
|
|
24
|
-
import { MeasurePlugin as
|
|
25
|
-
import { PanoSpatialTagPlugin as
|
|
26
|
-
import { modelItemLabelPluginServerParams as
|
|
27
|
-
import { ModelTVVideoPlugin as
|
|
28
|
-
import { DIRECTION as
|
|
29
|
-
import { itemLabelPluginServerParams as
|
|
30
|
-
import { PanoDoorLabelPlugin as
|
|
31
|
-
import { GuideLinePlugin as
|
|
32
|
-
import { CruisePlugin as
|
|
33
|
-
import { PanoTagPlugin as
|
|
34
|
-
import { Object3DHelperPlugin as
|
|
35
|
-
import { PanoVideoPlugin as
|
|
36
|
-
import { PipelinePlugin as
|
|
37
|
-
import { AreaMakerPlugin as
|
|
38
|
-
import { CurrentPanoImagePlugin as
|
|
39
|
-
import { Sculpt as
|
|
40
|
-
import { ModelMakerPlugin as
|
|
41
|
-
import { exports as
|
|
42
|
-
import { CSS3DRender as
|
|
43
|
-
import { Model as
|
|
44
|
-
import { default as
|
|
45
|
-
import { default as
|
|
46
|
-
import { Polyline as
|
|
47
|
-
import { Magnifier as
|
|
48
|
-
import { DISPLAY_STRATEGY_TYPE as
|
|
49
|
-
import { ModelItemLabelPlugin as
|
|
50
|
-
import { ITEM_LABEL_PLUGIN_DISPLAY_STRATEGY_TYPE as
|
|
51
|
-
import { Plugin as
|
|
52
|
-
import { GuideLineItem$1 as
|
|
53
|
-
import { GuideLineModeItem$1 as
|
|
54
|
-
import { default as
|
|
55
|
-
import { default as
|
|
56
|
-
import { typing as
|
|
57
|
-
import { default as
|
|
58
|
-
import { defaultGlobalConfig as
|
|
59
|
-
import { ContentType as
|
|
60
|
-
import { Object3DHelperController as
|
|
61
|
-
import { typings as
|
|
62
|
-
import { createPoint as
|
|
63
|
-
import { createLine as
|
|
64
|
-
import { createPolyline as
|
|
65
|
-
import { createPolygon as
|
|
66
|
-
import { createPrism as
|
|
67
|
-
import { createRectangle as
|
|
68
|
-
import { createCircle as
|
|
69
|
-
import { createCylinder as
|
|
70
|
-
import { createBox as
|
|
3
|
+
import { PaintBrush as An } from "./components/PaintBrush/index.js";
|
|
4
|
+
import { PaintBrushTypeEnum as Gn } from "./components/PaintBrush/typings.js";
|
|
5
|
+
import { ModelViewPlugin as Dn } from "./ModelViewPlugin/Plugin.js";
|
|
6
|
+
import { CSS3DRenderPlugin as Yn } from "./CSS3DRenderPlugin/index.js";
|
|
7
|
+
import { PanoCursorRaycasterPlugin as Bn } from "./PanoCursorRaycasterPlugin/index.js";
|
|
8
|
+
import { ModelRoomLabelPlugin as hn, modelRoomLabelPluginServerParams as kn } from "./ModelRoomLabelPlugin/index.js";
|
|
9
|
+
import { FLOOR_PLAN_ATTACHED_TO as Hn } from "./floorplan/constant.js";
|
|
10
|
+
import { ModelFloorplanPlugin as jn } from "./floorplan/ModelFloorplanPlugin/index.js";
|
|
11
|
+
import { MapviewFloorplanPlugin as Wn } from "./floorplan/MapviewFloorplanPlugin/index.js";
|
|
12
|
+
import { TopviewFloorplanPlugin as zn } from "./floorplan/TopviewFloorplanPlugin/index.js";
|
|
13
|
+
import { PanoFloorplanRadarPlugin as Kn } from "./floorplan/PanoFloorplanRadarPlugin/index.js";
|
|
14
|
+
import { FloorplanGuidePlugin as Xn } from "./floorplan/FloorplanGuidePlugin/index.js";
|
|
15
|
+
import { FLOOR_TYPE_MAP as oa, ROOM_FETILE_TYPE_MAP as ra, ROOM_TYPE_MAP as ta } from "./floorplan/typings/floorplanServerData.js";
|
|
16
|
+
import { ModelChassisCompassPlugin as ma } from "./ModelChassisCompassPlugin/Plugin.js";
|
|
17
|
+
import { ModelEntryDoorGuidePlugin as ea } from "./ModelEntryDoorGuidePlugin/Plugin.js";
|
|
18
|
+
import { CameraMovementPlugin as na } from "./CameraMovementPlugin/CameraMovementPlugin.js";
|
|
19
|
+
import { CameraMovementEffect as Pa, Rotation as fa } from "./CameraMovementPlugin/typing.js";
|
|
20
|
+
import { PanoRulerPlugin as xa } from "./PanoRulerPlugin/Plugin.js";
|
|
21
|
+
import { PanoRulerProPlugin as sa } from "./PanoRulerProPlugin/index.js";
|
|
22
|
+
import { PanoCompassPlugin as Ma } from "./PanoCompassPlugin/index.js";
|
|
23
|
+
import { PanoMeasurePlugin as Ca } from "./PanoMeasurePlugin/index.js";
|
|
24
|
+
import { MeasurePlugin as ca } from "./MeasurePlugin/index.js";
|
|
25
|
+
import { PanoSpatialTagPlugin as _a } from "./PanoSpatialTagPlugin/Plugin.js";
|
|
26
|
+
import { modelItemLabelPluginServerParams as Ia } from "./ModelItemLabelPlugin/index.js";
|
|
27
|
+
import { ModelTVVideoPlugin as Sa } from "./ModelTVVideoPlugin/Plugin.js";
|
|
28
|
+
import { DIRECTION as Aa } from "./ModelTVVideoPlugin/typings.js";
|
|
29
|
+
import { itemLabelPluginServerParams as Ga } from "./ItemLabelPlugin/index.js";
|
|
30
|
+
import { PanoDoorLabelPlugin as Da } from "./PanoDoorLabelPlugin/index.js";
|
|
31
|
+
import { GuideLinePlugin as Ya } from "./GuideLinePlugin/index.js";
|
|
32
|
+
import { CruisePlugin as Ba, MovePlugin as Na } from "./CruisePlugin/index.js";
|
|
33
|
+
import { PanoTagPlugin as ka } from "./PanoTagPlugin/index.js";
|
|
34
|
+
import { Object3DHelperPlugin as Ha } from "./Object3DHelperPlugin/index.js";
|
|
35
|
+
import { PanoVideoPlugin as ja } from "./PanoVideoPlugin/index.js";
|
|
36
|
+
import { PipelinePlugin as Wa } from "./PipelinePlugin/index.js";
|
|
37
|
+
import { AreaMakerPlugin as za } from "./AreaMakerPlugin/index.js";
|
|
38
|
+
import { CurrentPanoImagePlugin as Ka } from "./CurrentPanoImagePlugin/index.js";
|
|
39
|
+
import { Sculpt as Xa, SculptPlugin as Za, SculptPluginForFive as oP } from "./Sculpt/index.js";
|
|
40
|
+
import { ModelMakerPlugin as tP } from "./ModelMakerPlugin/index.js";
|
|
41
|
+
import { exports as mP } from "./shared-utils/exports.js";
|
|
42
|
+
import { CSS3DRender as eP } from "./CSS3DRenderPlugin/utils/three/CSS3DRender.js";
|
|
43
|
+
import { Model as nP } from "./PanoMeasurePlugin/Model/index.js";
|
|
44
|
+
import { default as PP } from "./PanoMeasurePlugin/Model/point.js";
|
|
45
|
+
import { default as uP } from "./PanoMeasurePlugin/Model/line.js";
|
|
46
|
+
import { Polyline as gP } from "./PanoMeasurePlugin/Model/polyline.js";
|
|
47
|
+
import { Magnifier as dP } from "./shared-utils/three/Magnifier.js";
|
|
48
|
+
import { DISPLAY_STRATEGY_TYPE as TP } from "./ModelItemLabelPlugin/typings.js";
|
|
49
|
+
import { ModelItemLabelPlugin as LP } from "./ModelItemLabelPlugin/ModelItemLabelPlugin.js";
|
|
50
|
+
import { ITEM_LABEL_PLUGIN_DISPLAY_STRATEGY_TYPE as RP } from "./ItemLabelPlugin/typings.js";
|
|
51
|
+
import { Plugin as EP } from "./ItemLabelPlugin/Plugin.js";
|
|
52
|
+
import { GuideLineItem$1 as yP } from "./GuideLinePlugin/GuideLineItem/index.js";
|
|
53
|
+
import { GuideLineModeItem$1 as OP } from "./GuideLinePlugin/GuideLineModeItem/index.js";
|
|
54
|
+
import { default as FP, default as GP } from "./CruisePlugin/Work.js";
|
|
55
|
+
import { default as DP } from "./CruisePlugin/Move.js";
|
|
56
|
+
import { typing as YP } from "./CruisePlugin/typing/index.js";
|
|
57
|
+
import { default as BP, pluginFlag as NP } from "./PanoTagPlugin/controller/index.js";
|
|
58
|
+
import { defaultGlobalConfig as kP } from "./PanoTagPlugin/typings/tag/TagConfig.js";
|
|
59
|
+
import { ContentType as HP, DimensionType as UP, PointType as jP } from "./PanoTagPlugin/Archive/deprecated.js";
|
|
60
|
+
import { Object3DHelperController as WP, PLUGIN as qP } from "./Object3DHelperPlugin/Controller.js";
|
|
61
|
+
import { typings as JP } from "./PanoVideoPlugin/typings/index.js";
|
|
62
|
+
import { createPoint as QP } from "./Sculpt/Objects/Point/index.js";
|
|
63
|
+
import { createLine as ZP } from "./Sculpt/Objects/Line/index.js";
|
|
64
|
+
import { createPolyline as rf } from "./Sculpt/Objects/Polyline/index.js";
|
|
65
|
+
import { createPolygon as mf } from "./Sculpt/Objects/Polygon/index.js";
|
|
66
|
+
import { createPrism as ef } from "./Sculpt/Objects/Prism/index.js";
|
|
67
|
+
import { createRectangle as nf } from "./Sculpt/Objects/Rectangle/index.js";
|
|
68
|
+
import { createCircle as Pf } from "./Sculpt/Objects/Circle/index.js";
|
|
69
|
+
import { createCylinder as uf } from "./Sculpt/Objects/Cylinder/index.js";
|
|
70
|
+
import { createBox as gf } from "./Sculpt/Objects/Box/index.js";
|
|
71
71
|
import "./components/PaintBrush/Controller.js";
|
|
72
72
|
import "./components/PaintBrush/utils.js";
|
|
73
73
|
import "./components/PaintBrush/tween.js";
|
|
@@ -442,7 +442,6 @@ import "./PanoTagPlugin/Components/Tag/PanoramaTag.js";
|
|
|
442
442
|
import "./PanoTagPlugin/Components/Common/Icon/PanoramaIcon.js";
|
|
443
443
|
import "./PanoTagPlugin/Components/Tag/CustomTag.js";
|
|
444
444
|
import "./PanoTagPlugin/controller/Tag/PlaneTag.js";
|
|
445
|
-
import "./shared-utils/five/getFloorMesh.js";
|
|
446
445
|
import "./Sculpt/utils/Modules/Global.js";
|
|
447
446
|
import "./shared-utils/Object3DHelper/Helper/MoveHelper.js";
|
|
448
447
|
import "./shared-utils/Object3DHelper/Base/BaseHelper.js";
|
|
@@ -579,84 +578,84 @@ import "./shared-utils/five/lookObject.js";
|
|
|
579
578
|
r();
|
|
580
579
|
o();
|
|
581
580
|
export {
|
|
582
|
-
|
|
583
|
-
|
|
584
|
-
|
|
585
|
-
|
|
586
|
-
|
|
587
|
-
|
|
588
|
-
|
|
589
|
-
|
|
590
|
-
|
|
591
|
-
|
|
592
|
-
|
|
593
|
-
|
|
594
|
-
|
|
595
|
-
|
|
596
|
-
|
|
597
|
-
|
|
598
|
-
|
|
599
|
-
|
|
600
|
-
|
|
601
|
-
|
|
602
|
-
|
|
603
|
-
|
|
604
|
-
|
|
605
|
-
|
|
606
|
-
|
|
607
|
-
|
|
608
|
-
|
|
609
|
-
|
|
610
|
-
|
|
611
|
-
|
|
612
|
-
|
|
613
|
-
|
|
614
|
-
|
|
615
|
-
|
|
616
|
-
|
|
617
|
-
|
|
618
|
-
|
|
619
|
-
|
|
620
|
-
|
|
621
|
-
|
|
622
|
-
|
|
623
|
-
|
|
624
|
-
|
|
625
|
-
|
|
626
|
-
|
|
627
|
-
|
|
628
|
-
|
|
629
|
-
|
|
630
|
-
|
|
631
|
-
|
|
632
|
-
|
|
633
|
-
|
|
634
|
-
|
|
635
|
-
|
|
636
|
-
|
|
637
|
-
|
|
638
|
-
|
|
639
|
-
|
|
640
|
-
|
|
641
|
-
|
|
642
|
-
|
|
643
|
-
|
|
644
|
-
|
|
645
|
-
|
|
646
|
-
|
|
647
|
-
|
|
648
|
-
|
|
649
|
-
|
|
650
|
-
|
|
651
|
-
|
|
652
|
-
|
|
653
|
-
|
|
654
|
-
|
|
655
|
-
|
|
656
|
-
|
|
657
|
-
|
|
658
|
-
|
|
659
|
-
|
|
660
|
-
|
|
661
|
-
|
|
581
|
+
za as AreaMakerPlugin,
|
|
582
|
+
eP as CSS3DRender,
|
|
583
|
+
Yn as CSS3DRenderPlugin,
|
|
584
|
+
Pa as CameraMovementEffect,
|
|
585
|
+
na as CameraMovementPlugin,
|
|
586
|
+
HP as ContentType,
|
|
587
|
+
Ba as CruisePlugin,
|
|
588
|
+
FP as CruisePluginController,
|
|
589
|
+
YP as CruisePluginTypes,
|
|
590
|
+
Ka as CurrentPanoImagePlugin,
|
|
591
|
+
Aa as DIRECTION,
|
|
592
|
+
TP as DISPLAY_STRATEGY_TYPE,
|
|
593
|
+
UP as DimensionType,
|
|
594
|
+
Hn as FLOOR_PLAN_ATTACHED_TO,
|
|
595
|
+
oa as FLOOR_TYPE_MAP,
|
|
596
|
+
Xn as FloorplanGuidePlugin,
|
|
597
|
+
yP as GuideLineItem,
|
|
598
|
+
OP as GuideLineModeItem,
|
|
599
|
+
Ya as GuideLinePlugin,
|
|
600
|
+
RP as ITEM_LABEL_PLUGIN_DISPLAY_STRATEGY_TYPE,
|
|
601
|
+
EP as ItemLabelPlugin,
|
|
602
|
+
dP as Magnifier,
|
|
603
|
+
Wn as MapviewFloorplanPlugin,
|
|
604
|
+
ca as MeasurePlugin,
|
|
605
|
+
ma as ModelChassisCompassPlugin,
|
|
606
|
+
ea as ModelEntryDoorGuidePlugin,
|
|
607
|
+
jn as ModelFloorplanPlugin,
|
|
608
|
+
LP as ModelItemLabelPlugin,
|
|
609
|
+
tP as ModelMakerPlugin,
|
|
610
|
+
hn as ModelRoomLabelPlugin,
|
|
611
|
+
Sa as ModelTVVideoPlugin,
|
|
612
|
+
Dn as ModelViewPlugin,
|
|
613
|
+
DP as MoveController,
|
|
614
|
+
Na as MovePlugin,
|
|
615
|
+
WP as Object3DHelperController,
|
|
616
|
+
Ha as Object3DHelperPlugin,
|
|
617
|
+
qP as PLUGIN,
|
|
618
|
+
An as PaintBrush,
|
|
619
|
+
Gn as PaintBrushTypeEnum,
|
|
620
|
+
Ma as PanoCompassPlugin,
|
|
621
|
+
Bn as PanoCursorRaycasterPlugin,
|
|
622
|
+
Da as PanoDoorLabelPlugin,
|
|
623
|
+
Kn as PanoFloorplanRadarPlugin,
|
|
624
|
+
Ca as PanoMeasurePlugin,
|
|
625
|
+
uP as PanoMeasurePluginLine,
|
|
626
|
+
nP as PanoMeasurePluginModel,
|
|
627
|
+
PP as PanoMeasurePluginPoint,
|
|
628
|
+
gP as PanoMeasurePluginPolyline,
|
|
629
|
+
xa as PanoRulerPlugin,
|
|
630
|
+
sa as PanoRulerProPlugin,
|
|
631
|
+
_a as PanoSpatialTagPlugin,
|
|
632
|
+
ka as PanoTagPlugin,
|
|
633
|
+
BP as PanoTagPluginController,
|
|
634
|
+
ja as PanoVideoPlugin,
|
|
635
|
+
JP as PanoVideoPluginType,
|
|
636
|
+
Wa as PipelinePlugin,
|
|
637
|
+
jP as PointType,
|
|
638
|
+
ra as ROOM_FETILE_TYPE_MAP,
|
|
639
|
+
ta as ROOM_TYPE_MAP,
|
|
640
|
+
fa as Rotation,
|
|
641
|
+
Xa as Sculpt,
|
|
642
|
+
Za as SculptPlugin,
|
|
643
|
+
oP as SculptPluginForFive,
|
|
644
|
+
zn as TopviewFloorplanPlugin,
|
|
645
|
+
mP as Util,
|
|
646
|
+
GP as WalkController,
|
|
647
|
+
gf as createBox,
|
|
648
|
+
Pf as createCircle,
|
|
649
|
+
uf as createCylinder,
|
|
650
|
+
ZP as createLine,
|
|
651
|
+
QP as createPoint,
|
|
652
|
+
mf as createPolygon,
|
|
653
|
+
rf as createPolyline,
|
|
654
|
+
ef as createPrism,
|
|
655
|
+
nf as createRectangle,
|
|
656
|
+
kP as defaultGlobalConfig,
|
|
657
|
+
Ga as itemLabelPluginServerParams,
|
|
658
|
+
Ia as modelItemLabelPluginServerParams,
|
|
659
|
+
kn as modelRoomLabelPluginServerParams,
|
|
660
|
+
NP as pluginFlag
|
|
662
661
|
};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
function A() {
|
|
2
2
|
console.debug(
|
|
3
|
-
"%c %c@realsee/dnalogel %cv3.73.1
|
|
3
|
+
"%c %c@realsee/dnalogel %cv3.73.1",
|
|
4
4
|
[
|
|
5
5
|
"background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAMCAMAAACHgmeRAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAABLFBMVEUAAAAapPoap/oaqvkbrfkbr/gZnfwZoPsaqfnD4v/E4/8Ylv0clPm93/+/4P/B4f8Yj/683/8Wif+33P8Uhv+x2f8ShP+s1v8Pgf+n0/8Nf/+h0f8Lff8Lff8Nf/9dl/+czv8KfP8KfP+Lxf+Uyv+Xy/+Hwv+Jw/+Mxf+Oxv+RyP8aovsapfoap/oZmfwZm/wZnvsYnPsYkf4YlP0NePsDYfgYcfi43f+63v8Xiv8Xjf4EWfwCV/sWZ/qz2v+02/8Vh/8WiP8EUf8CTf4WXv2u1/+v2P8Thf8Thv8ETf8CR/8VV/+o1f+q1f8Qgv8Rg/8DSv8BRf8UVP+j0v+k0v8OgP8Pgf8DR/8DQv9Nhf+dzv+fz/+Kv/+Vyv+Xy/+azf+Oxv+Qx/+SyP////8MUhLdAAAAK3RSTlMACEWQ2bd98uQECPXxqO7c+Pb49vj2+Pb49vj23Oul8fMHA+TwerXXjEIG2P+bHgAAAAFiS0dEY1y+LaoAAAB+SURBVAjXY2BgZGJmYWVgYGBgY9fW0eVg4ORi4NbTNzDk4eXjZxAwMjYxNTO3EGQQsrSytrG1sxdmEHFwdHJ2cXUTZRBz9/D08vbxFWeQ8PMPCAwKDpFkkAoNC4+IjIqWZpCRlZOPiY2LV2BQVGJQTkhMUlEFWaOmrqGpxQAAyg0S9Dq+VPYAAAAASUVORK5CYII=')",
|
|
6
6
|
"background-repeat: no-repeat",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@realsee/dnalogel",
|
|
3
|
-
"version": "3.73.1
|
|
3
|
+
"version": "3.73.1",
|
|
4
4
|
"main": "./dist/index.js",
|
|
5
5
|
"module": "./libs/index.js",
|
|
6
6
|
"types": "./libs/index.d.ts",
|
|
@@ -46,7 +46,7 @@
|
|
|
46
46
|
},
|
|
47
47
|
"devDependencies": {
|
|
48
48
|
"@babel/core": "^7.22.9",
|
|
49
|
-
"@realsee/five": "6.6.
|
|
49
|
+
"@realsee/five": "6.6.12",
|
|
50
50
|
"@sveltejs/vite-plugin-svelte": "^2.4.2",
|
|
51
51
|
"@tsconfig/svelte": "^4.0.1",
|
|
52
52
|
"@tweenjs/tween.js": "^23.1.1",
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import * as l from "three";
|
|
2
|
-
const a = (t, x) => {
|
|
3
|
-
const o = new l.Box3();
|
|
4
|
-
return t.modelScene.traverse((e) => {
|
|
5
|
-
var r, n;
|
|
6
|
-
((n = (r = e == null ? void 0 : e.material) == null ? void 0 : r[0]) == null ? void 0 : n.floorIndex) === x && o.expandByObject(e);
|
|
7
|
-
}), o;
|
|
8
|
-
};
|
|
9
|
-
export {
|
|
10
|
-
a as getFloorMesh
|
|
11
|
-
};
|