@loaders.gl/potree 4.0.0-beta.3 → 4.0.0-beta.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/dist.dev.js +0 -4
- package/package.json +3 -3
package/dist/dist.dev.js
CHANGED
|
@@ -127,8 +127,6 @@ var __exports__ = (() => {
|
|
|
127
127
|
name: "potree Hierarchy Chunk",
|
|
128
128
|
extensions: ["hrc"],
|
|
129
129
|
mimeTypes: ["application/octet-stream"],
|
|
130
|
-
// binary potree files have no header bytes, no content test function possible
|
|
131
|
-
// test: ['...'],
|
|
132
130
|
parse: async (arrayBuffer, options) => parsePotreeHierarchyChunk(arrayBuffer),
|
|
133
131
|
parseSync: (arrayBuffer, options) => parsePotreeHierarchyChunk(arrayBuffer),
|
|
134
132
|
binary: true
|
|
@@ -145,8 +143,6 @@ var __exports__ = (() => {
|
|
|
145
143
|
id: "potree",
|
|
146
144
|
extensions: ["bin"],
|
|
147
145
|
mimeTypes: ["application/octet-stream"],
|
|
148
|
-
// Unfortunately binary potree files have no header bytes, no test possible
|
|
149
|
-
// test: ['...'],
|
|
150
146
|
parseSync,
|
|
151
147
|
binary: true
|
|
152
148
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@loaders.gl/potree",
|
|
3
|
-
"version": "4.0.0-beta.
|
|
3
|
+
"version": "4.0.0-beta.4",
|
|
4
4
|
"description": "potree loaders for large point clouds.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"type": "module",
|
|
@@ -43,8 +43,8 @@
|
|
|
43
43
|
"build-bundle": "ocular-bundle ./src/index.ts"
|
|
44
44
|
},
|
|
45
45
|
"dependencies": {
|
|
46
|
-
"@loaders.gl/math": "4.0.0-beta.
|
|
46
|
+
"@loaders.gl/math": "4.0.0-beta.4",
|
|
47
47
|
"@math.gl/core": "^4.0.0"
|
|
48
48
|
},
|
|
49
|
-
"gitHead": "
|
|
49
|
+
"gitHead": "848c20b474532d301f2c3f8d4e1fb9bf262b86d4"
|
|
50
50
|
}
|