spoint 0.1.621 → 0.1.623
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.
|
@@ -35,10 +35,20 @@
|
|
|
35
35
|
"streaming-gltf/model-pool": "/node_modules/streaming-gltf/src/model-pool.js",
|
|
36
36
|
"streaming-gltf/draco-loader": "/node_modules/streaming-gltf/src/draco-loader.js",
|
|
37
37
|
"streaming-gltf/cluster-lod": "/node_modules/streaming-gltf/src/cluster-lod-mesh.js",
|
|
38
|
+
"streaming-gltf/occlusion-query-tier": "/node_modules/streaming-gltf/src/occlusion-query-tier.js",
|
|
39
|
+
"streaming-gltf/octahedral-impostor-ez": "/node_modules/streaming-gltf/src/octahedral-impostor-ez.js",
|
|
38
40
|
"mapspinner": "/node_modules/mapspinner/src/index.js",
|
|
39
41
|
"mapspinner/planet-orchestrator": "/node_modules/mapspinner/src/planet-orchestrator.js",
|
|
40
42
|
"mapspinner/gl-render": "/node_modules/mapspinner/src/gl-render.js",
|
|
43
|
+
"mapspinner/height-cpu": "/node_modules/mapspinner/src/height-cpu.js",
|
|
41
44
|
"@three.ez/instanced-mesh": "/node_modules/@three.ez/instanced-mesh/build/index.js",
|
|
45
|
+
"webjsx": "/node_modules/webjsx/dist/index.js",
|
|
46
|
+
"webjsx/jsx-runtime": "/node_modules/webjsx/dist/jsx-runtime.js",
|
|
47
|
+
"msgpackr": "/node_modules/msgpackr/index.js",
|
|
48
|
+
"jolt-physics/wasm-compat": "/node_modules/jolt-physics/dist/jolt-physics.wasm-compat.js",
|
|
49
|
+
"@dgreenheck/ez-tree": "/node_modules/@dgreenheck/ez-tree/build/ez-tree.es.js",
|
|
50
|
+
"meshoptimizer": "/node_modules/meshoptimizer/meshopt_simplifier.js",
|
|
51
|
+
"bvh.js": "/node_modules/bvh.js/build/index.js",
|
|
42
52
|
"wireweave": "/node_modules/wireweave/src/index.js",
|
|
43
53
|
"nostr-tools": "/vendor/nostr-tools.mjs",
|
|
44
54
|
"xstate": "/node_modules/xstate/dist/xstate.esm.js"
|
|
@@ -150,7 +160,7 @@
|
|
|
150
160
|
}
|
|
151
161
|
})
|
|
152
162
|
|
|
153
|
-
|
|
163
|
+
// createEditPanel self-mounts its overlay to document.body; show() makes it visible.
|
|
154
164
|
editPanel.show()
|
|
155
165
|
|
|
156
166
|
// Expose for debugging
|