@loaders.gl/pcd 4.0.0-beta.3 → 4.0.0-beta.5
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 -2
- package/dist/pcd-worker.js +1 -1
- package/package.json +4 -4
package/dist/dist.dev.js
CHANGED
|
@@ -185,7 +185,6 @@ var __exports__ = (() => {
|
|
|
185
185
|
header,
|
|
186
186
|
schema,
|
|
187
187
|
mode: 0,
|
|
188
|
-
// POINTS
|
|
189
188
|
topology: "point-list",
|
|
190
189
|
attributes
|
|
191
190
|
};
|
|
@@ -206,7 +205,6 @@ var __exports__ = (() => {
|
|
|
206
205
|
function getMeshAttributes(attributes) {
|
|
207
206
|
const normalizedAttributes = {
|
|
208
207
|
POSITION: {
|
|
209
|
-
// Binary PCD is only 32 bit
|
|
210
208
|
value: new Float32Array(attributes.position),
|
|
211
209
|
size: 3
|
|
212
210
|
}
|
package/dist/pcd-worker.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@loaders.gl/pcd",
|
|
3
|
-
"version": "4.0.0-beta.
|
|
3
|
+
"version": "4.0.0-beta.5",
|
|
4
4
|
"description": "Framework-independent loader for the PCD format",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"type": "module",
|
|
@@ -41,8 +41,8 @@
|
|
|
41
41
|
"build-worker": "esbuild src/workers/pcd-worker.ts --bundle --outfile=dist/pcd-worker.js --define:__VERSION__=\\\"$npm_package_version\\\""
|
|
42
42
|
},
|
|
43
43
|
"dependencies": {
|
|
44
|
-
"@loaders.gl/loader-utils": "4.0.0-beta.
|
|
45
|
-
"@loaders.gl/schema": "4.0.0-beta.
|
|
44
|
+
"@loaders.gl/loader-utils": "4.0.0-beta.5",
|
|
45
|
+
"@loaders.gl/schema": "4.0.0-beta.5"
|
|
46
46
|
},
|
|
47
|
-
"gitHead": "
|
|
47
|
+
"gitHead": "a6f5a0d1a316cc22396e5a4d480c14329d1ef146"
|
|
48
48
|
}
|