Skip to content

Commit

Permalink
Update assimp.
Browse files Browse the repository at this point in the history
  • Loading branch information
kovacsv committed Jul 13, 2023
1 parent d626c42 commit b5dd772
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 11 deletions.
2 changes: 1 addition & 1 deletion assimp
Submodule assimp updated 776 files
6 changes: 3 additions & 3 deletions dist/assimpjs.js

Large diffs are not rendered by default.

Binary file modified dist/assimpjs.wasm
Binary file not shown.
6 changes: 3 additions & 3 deletions docs/dist/assimpjs.js

Large diffs are not rendered by default.

Binary file modified docs/dist/assimpjs.wasm
Binary file not shown.
3 changes: 1 addition & 2 deletions test/test.js
Original file line number Diff line number Diff line change
Expand Up @@ -237,8 +237,7 @@ it ('LWO', function () {
assert (IsSuccess (['LWO/LWO2/transparency.lwo']));
assert (IsSuccess (['LWO/LWO2/uvtest.lwo']));
assert (IsSuccess (['LWO/LXOB_Modo/sphereWithVertMap.lxo']));

assert (IsError (['LWO/LWOB/sphere_with_mat_gloss_10pc.lwo']));
assert (IsSuccess (['LWO/LWOB/sphere_with_mat_gloss_10pc.lwo']));
});

it ('LWS', function () {
Expand Down
4 changes: 2 additions & 2 deletions tools/setup_emscripten_win.bat
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ pushd %~dp0\..

call git clone https://github.com/emscripten-core/emsdk.git
call cd emsdk
call emsdk install 3.1.28
call emsdk activate 3.1.28
call emsdk install 3.1.35
call emsdk activate 3.1.35
call emsdk install mingw-7.1.0-64bit
call emsdk activate mingw-7.1.0-64bit
call cd ..
Expand Down

0 comments on commit b5dd772

Please sign in to comment.