Releases: sandrofigo/VoxReader
Releases · sandrofigo/VoxReader
v5.0.6
v5.0.5
Fixed
- Fixed release workflow permissions
v5.0.3
Changed
- Replaced
<PackageIconUrl>with<PackageIcon>to specify package icon
v5.0.2
Added
- Added README to package for nuget.org
v5.0.1
Fixed
- Fixed an exception when trying to read a .vox file that contains a META chunk
v5.0.0
v4.1.1
Changed
- Removed unused code when parsing models
v4.1.0
Added
- Added support for exported .vox files that are not .vox project files
Fixed
- Fixed the model count being zero when trying to parse an exported .vox file instead of a .vox project file
v4.0.0
Added
- Added support for parsing palette notes
- Added method
Palette.GetColorsByNoteto get palette colors grouped by palette note texts - Added method
Palette.GetColorIndicesByNoteto get mapped palette color indices grouped by palette note texts - Added mapped color index to voxel
Fixed
- Fixed wrong colors in palette when an IMAP chunk exists
Changed
Palette.Colorsnow stores the mapped colors that are visible in the UI of MagicaVoxel instead of the raw colors parsed from the.voxfile
v3.1.0
Added
- Added
GlobalPositionproperty toVoxel