Skip to content

Releases: sandrofigo/VoxReader

v5.0.6

17 Oct 13:56

Choose a tag to compare

Fixed

  • Fixed publish permissions in release workflow

v5.0.5

17 Oct 13:52

Choose a tag to compare

Fixed

  • Fixed release workflow permissions

v5.0.3

26 Sep 22:47

Choose a tag to compare

Changed

  • Replaced <PackageIconUrl> with <PackageIcon> to specify package icon

v5.0.2

14 Sep 07:39

Choose a tag to compare

Added

  • Added README to package for nuget.org

v5.0.1

31 Jul 04:21

Choose a tag to compare

Fixed

  • Fixed an exception when trying to read a .vox file that contains a META chunk

v5.0.0

19 Dec 13:36

Choose a tag to compare

Added

  • Added support for model rotations (Thanks to @Oribow)

Changed

  • Voxel and model positions are now accessed via the GlobalPosition and LocalPosition property
  • Model size is now accessed via the GlobalSize and LocalSize property

v4.1.1

20 May 14:54
43f671b

Choose a tag to compare

Changed

  • Removed unused code when parsing models

v4.1.0

20 May 14:21
ff0060d

Choose a tag to compare

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

24 Mar 16:13
0a938b4

Choose a tag to compare

Added

  • Added support for parsing palette notes
  • Added method Palette.GetColorsByNote to get palette colors grouped by palette note texts
  • Added method Palette.GetColorIndicesByNote to 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.Colors now stores the mapped colors that are visible in the UI of MagicaVoxel instead of the raw colors parsed from the .vox file

v3.1.0

03 Jan 16:23
fa36c96

Choose a tag to compare

Added

  • Added GlobalPosition property to Voxel