endset_three_editor 0.1.2 → 0.1.4
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/three-editor.es.js
CHANGED
|
@@ -1216,6 +1216,15 @@ function $s(r) {
|
|
|
1216
1216
|
function Js() {
|
|
1217
1217
|
return be;
|
|
1218
1218
|
}
|
|
1219
|
+
function Oo() {
|
|
1220
|
+
return w.scene;
|
|
1221
|
+
}
|
|
1222
|
+
function Co() {
|
|
1223
|
+
return w.camera;
|
|
1224
|
+
}
|
|
1225
|
+
function Do() {
|
|
1226
|
+
return w.renderer;
|
|
1227
|
+
}
|
|
1219
1228
|
const ei = /^[og]\s*(.+)?/, ti = /^mtllib /, ni = /^usemtl /, si = /^usemap /, Gt = /\s+/, Xt = new E(), ht = new E(), Yt = new E(), Bt = new E(), Z = new E(), We = new ue();
|
|
1220
1229
|
function ii() {
|
|
1221
1230
|
const r = {
|
|
@@ -3872,12 +3881,29 @@ const $i = {
|
|
|
3872
3881
|
it(So)
|
|
3873
3882
|
]));
|
|
3874
3883
|
}
|
|
3875
|
-
}),
|
|
3884
|
+
}), No = /* @__PURE__ */ Ue(Ao, [["__scopeId", "data-v-a7595f5b"]]);
|
|
3876
3885
|
export {
|
|
3877
3886
|
So as BottomBar,
|
|
3878
|
-
|
|
3887
|
+
No as DrawingBoard,
|
|
3879
3888
|
ho as PropertyPanel,
|
|
3880
3889
|
xo as TopBar,
|
|
3881
|
-
qi as TreeItem
|
|
3890
|
+
qi as TreeItem,
|
|
3891
|
+
zi as addBox,
|
|
3892
|
+
nt as addModel,
|
|
3893
|
+
Yi as addModelByType,
|
|
3894
|
+
Gi as addSphere,
|
|
3895
|
+
Co as getCamera,
|
|
3896
|
+
Do as getRenderer,
|
|
3897
|
+
Oo as getScene,
|
|
3898
|
+
Js as getSceneObjects,
|
|
3899
|
+
Xi as importModelFromFile,
|
|
3900
|
+
Ns as initEditor,
|
|
3901
|
+
$s as onSceneObjectsChangeCallback,
|
|
3902
|
+
Bs as removeModel,
|
|
3903
|
+
Ks as removeModelById,
|
|
3904
|
+
Et as selectObject,
|
|
3905
|
+
qs as setSelectedObjectCallback,
|
|
3906
|
+
Ws as setTransformChangeCallback,
|
|
3907
|
+
Wi as useTreeExpand
|
|
3882
3908
|
};
|
|
3883
3909
|
//# sourceMappingURL=three-editor.es.js.map
|