@loaders.gl/draco
Advanced tools
Comparing version 1.1.0-beta.1 to 1.1.0
@@ -156,6 +156,5 @@ const draco3d = require('draco3d'); | ||
const dracoAttribute = decoder.GetAttribute(dracoGeometry, attributeId); | ||
const _this$getAttributeTyp = this.getAttributeTypedArray(decoder, dracoGeometry, dracoAttribute, attributeName), | ||
typedArray = _this$getAttributeTyp.typedArray; | ||
const { | ||
typedArray | ||
} = this.getAttributeTypedArray(decoder, dracoGeometry, dracoAttribute, attributeName); | ||
attributes[DRACO_TO_GLTF_ATTRIBUTE_NAME_MAP[attributeName]] = { | ||
@@ -162,0 +161,0 @@ value: typedArray, |
{ | ||
"name": "@loaders.gl/draco", | ||
"version": "1.1.0-beta.1", | ||
"version": "1.1.0", | ||
"description": "Framework-independent loader and writer for Draco compressed meshes and point clouds", | ||
@@ -41,5 +41,6 @@ "license": "MIT", | ||
"@babel/runtime": "^7.3.1", | ||
"@loaders.gl/loader-utils": "1.1.0-beta.1", | ||
"@loaders.gl/loader-utils": "1.1.0", | ||
"draco3d": "^1.3.4" | ||
} | ||
}, | ||
"gitHead": "3e703baf6d39bbefce19a509709f5dc80a1cc428" | ||
} |
# @loaders.gl/draco | ||
[loaders.gl](https://uber-web.github.io/loaders.gl/#/docs) is a collection of framework independent 3D and geospatial parsers and encoders. | ||
[loaders.gl](https://loaders.gl/docs) is a collection of framework independent 3D and geospatial parsers and encoders. | ||
@@ -5,0 +5,0 @@ This module contains loader and writer for Draco compressed meshes and point clouds. |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
10187570
57
29191
1
+ Added@loaders.gl/loader-utils@1.1.0(transitive)
- Removed@loaders.gl/loader-utils@1.1.0-beta.1(transitive)