Skip to content

Commit

Permalink
Release 4.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
atteneder committed Apr 14, 2023
1 parent df2095c commit 2cbd81c
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,21 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [4.1.0] - 2023-04-14
### Added
- Support for encoding point clouds (thanks [@camnewnham][camnewnham] for #46)
- Point cloud encoding unit test
- Component pad byte support enables things like 3 byte RGB color vertex attributes (thanks [@camnewnham][camnewnham] for #47)
- Encoding binaries for remaining platforms (Android, WSA, WebGL, iOS and Windows 32-bit)
### Changed
- Updated Draco native library binaries to [1.1.0](https://github.com/atteneder/draco/releases/tag/unity1.1.0)
### Removed
- 32-bit Linux binaries/support
### Fixed
- Unit Tests download URLs updated
- Editor imports now calculate the correct mesh bounds
- macOS binaries are now loaded on Apple Silicon properly

## [4.0.2] - 2022-01-20
### Fixed
- Theoretical crash on unsupported indices data type. Removes compiler warning about throwing exception in C# job.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "com.atteneder.draco",
"version": "4.0.2",
"version": "4.1.0",
"displayName": "Draco 3D Data Compression",
"description": "Draco is an open-source library for compressing and decompressing 3D geometric meshes and point clouds. It is intended to improve the storage and transmission of 3D graphics. This package allows you to apply Draco compression to meshes, import Draco files and load them at runtime.",
"unity": "2021.2",
Expand Down

0 comments on commit 2cbd81c

Please sign in to comment.