Skip to content

Releases: kovacsv/assimpjs

assimpjs 0.0.10

13 Jul 15:33
Compare
Choose a tag to compare
  • Update emscripten to 3.1.35
  • Update assimp to cf7d36376658891c5abb0e9fb4fde8ee45be1db3

assimpjs 0.0.9

07 Jan 15:05
Compare
Choose a tag to compare
  • Updated emscripten to 3.1.28.
  • Updated mingw to 7.1.0.
  • Updated assimp to 9ace81a3d22fbb25039983eae27a818f09ef18a9.

assimpjs 0.0.8

07 Jan 15:01
Compare
Choose a tag to compare
Merge branch 'main' of https://github.com/kovacsv/assimpjs

0.0.7

02 Jan 19:41
Compare
Choose a tag to compare
  • Updated assimp to v5.1.5.

0.0.6

09 Oct 13:57
Compare
Choose a tag to compare
  • Added the possibility to export glTF next to assimp json.
  • Interface changes: ConvertFile and ConvertFileList now needs a format parameter.

0.0.5

09 Oct 11:59
Compare
Choose a tag to compare
  • Return resulting files as Uint8Array objects.
  • Interface changes:
    • ImportFile renamed to ConvertFile.
    • ImportFileList renamed to ConvertFileList.
    • The result is not a JSON string, but a Result object.

0.0.4

08 Oct 05:43
Compare
Choose a tag to compare

0.0.3-beta

01 Oct 06:49
Compare
Choose a tag to compare
  • Add interface to delay load required files.

0.0.2-beta

20 Sep 15:41
Compare
Choose a tag to compare
  • Minor improvements.

0.0.1-beta

01 Sep 05:40
Compare
Choose a tag to compare

This is the first beta release of assimpjs.