@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 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
  }
@@ -618,7 +618,7 @@
618
618
  }
619
619
 
620
620
  // src/pcd-loader.ts
621
- var VERSION = true ? "4.0.0-beta.3" : "latest";
621
+ var VERSION = true ? "4.0.0-beta.5" : "latest";
622
622
  var PCDLoader = {
623
623
  name: "PCD (Point Cloud Data)",
624
624
  id: "pcd",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@loaders.gl/pcd",
3
- "version": "4.0.0-beta.3",
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.3",
45
- "@loaders.gl/schema": "4.0.0-beta.3"
44
+ "@loaders.gl/loader-utils": "4.0.0-beta.5",
45
+ "@loaders.gl/schema": "4.0.0-beta.5"
46
46
  },
47
- "gitHead": "7ba9621cc51c7a26c407086ac86171f35b8712af"
47
+ "gitHead": "a6f5a0d1a316cc22396e5a4d480c14329d1ef146"
48
48
  }