Comparing version 1.2.0 to 1.2.1
{ | ||
"name": "draco3d", | ||
"version": "1.2.0", | ||
"version": "1.2.1", | ||
"description": "Draco is a library for compressing and decompressing 3D geometric meshes and point clouds. It is intended to improve the storage and transmission of 3D graphics.", | ||
@@ -5,0 +5,0 @@ "main": "draco3d.js", |
@@ -8,13 +8,9 @@ | ||
======= | ||
### Version 1.1.0 release | ||
The latest version of Draco brings a number of new compression enhancements for | ||
even smaller models: | ||
* Improved compression | ||
* Up to 40% better compression of normals | ||
* Up to 5% better compression for models with multiple attributes | ||
* Faster decode speeds | ||
* 30% faster decoding for models with multiple attributes for lower compression levels 4 and below | ||
* Note: Decreases compression by 10%. | ||
* Encoding of metadata to .obj (e.g. Draco can preserve material or sub-object names) | ||
* Security fixes | ||
### Version 1.2.0 release | ||
The latest version of Draco brings a number of new compression enhancements and readies Draco for glTF 2.0 assets | ||
* Improved compression: | ||
* 5% improved compression for small assets | ||
* Enhancements for upcoming Draco glTF2.0 extension | ||
* Fixed Android build issues | ||
* New, easier to use DRACOLoader.js | ||
@@ -21,0 +17,0 @@ Description |
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
4423302
70