Skip to content

Releases: Saalvage/AssimpNetter

v.5.4.3.2

31 Dec 01:23
9769ce0
Compare
Choose a tag to compare

Only includes a tiny fix to the nuget packages so the binaries can be found

v5.4.3.1

31 Dec 00:52
f0563b1
Compare
Choose a tag to compare

Changes

  • Removed various math functions from wrapper that have readily available equivalents in C#

Fixes

  • Fix quaternions having the wrong memory order (they are now correctly XYZW instead of WXYZ)

v5.4.3.0

26 Nov 17:12
fa07a8a
Compare
Choose a tag to compare

Changes

  • Update to Assimp native 5.4.3
  • Updated to target only .NET 7
  • Add ARM64 support
  • Utilize built-in math types
  • Generalize some return types to IEnumerable in order to avoid potentially unneeded ToArray calls
  • Remove unused utility methods
  • Various optimizations

Fixes

  • Fix UTF-8 filenames
  • Fix errors in post processing being ignored