-
-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature upgrade three.js #397
Conversation
- emcc version > 3.1.40 cause issue with isnan
- build .o files instead of .bc - related to issue #363
- see issue #393
- move marker position initialization from draw to onmessage (markerInfos) - updating thread libs for the examples
- init the camera with a configuration (aspect, fov, near and far option)
- Zlib is not necessary - removed deprecated -memory-init-file flag - correctly clean_builds - improved code quality with better variable type
- correct matrix - minor improves
action build script fails with error:
i thought that zlib wasn't needed, maybe i hadn't did the test locally? i will check and in case if needed i will restore it. |
Humbling a bit i didn't know if the unzip.h file is really needed or used, maybe i will can remove it in another release. i will open an issue for this. |
103e184
to
6848743
Compare
- upgrade softprops/action-gh-release to v2
- fix issue in comment #397 (comment)
List of improvements to jsartoolkitNFT:
build
anddist
libsmakem.js
:--memory-init-file 0
flag because removed from newer emsdk versionvar
, usinglet
orconst
instead.const BUILD_BASE_FILENAME = "artoolkitNFT";
to simply name libs formations.