viral-viewer-2 7.0.1 → 7.0.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.
- package/dist/{batched-mesh-simplifier-CvS2hj8P.mjs → batched-mesh-simplifier-CvB-nu0g.mjs} +1 -1
- package/dist/components/custom-objects/viral-batched-mesh.d.ts +1 -0
- package/dist/components/custom-objects/viral-instanced-mesh-v2.d.ts +1 -0
- package/dist/components/custom-objects/viral-merged-model.d.ts +1 -0
- package/dist/components/visibility-manager/viral-visibility-manager.d.ts +1 -0
- package/dist/gui/draggable-modal/viral-draggable-modal.d.ts +3 -0
- package/dist/{index-eFYSCed2.mjs → index-BE13poZj.mjs} +705 -575
- package/dist/index.mjs +1 -1
- package/dist/types.d.ts +2 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { s as i, v as r, C as l, u as s, r as t, t as n, D as o, E as V, F as u, G as d, H as g, I as m, L as c, x as E, T as M, c as T, V as y, i as f, d as h, y as p, j as v, z as C, h as D, g as R, b, w as B, f as S, e as F, p as k, o as w, l as G, k as H, A as I, n as L, m as P, J as x, q as z } from "./index-
|
|
1
|
+
import { s as i, v as r, C as l, u as s, r as t, t as n, D as o, E as V, F as u, G as d, H as g, I as m, L as c, x as E, T as M, c as T, V as y, i as f, d as h, y as p, j as v, z as C, h as D, g as R, b, w as B, f as S, e as F, p as k, o as w, l as G, k as H, A as I, n as L, m as P, J as x, q as z } from "./index-BE13poZj.mjs";
|
|
2
2
|
export {
|
|
3
3
|
i as BufferElement,
|
|
4
4
|
r as CheckClashResult,
|
package/dist/types.d.ts
CHANGED
|
@@ -105,7 +105,8 @@ export declare enum ViralutionEvent {
|
|
|
105
105
|
LOADED_TOOLS = 5,
|
|
106
106
|
LOADED_SEPERATE_MODEL = 6,
|
|
107
107
|
GENERATED_MERGE_MODEL = 7,
|
|
108
|
-
LOADED_DATA = 8
|
|
108
|
+
LOADED_DATA = 8,
|
|
109
|
+
SELECT_ELEMENTS = 9
|
|
109
110
|
}
|
|
110
111
|
export declare class Dictionary<TKey, TValue> {
|
|
111
112
|
private items;
|