Skip to content
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

Update three.js dependency #181

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

lukashaertel
Copy link

  • Moved loaders to classes, three.js does not use default export as it was used before.
  • Type definition for exports.
  • three.js version bumped to at least first that introduces breaking change to euler to vector conversion.
  • New pattern for vector from euler conversion applied.

This addresses #179.

Due to major changes between three.js versions, a lot of code regarding classes and exports was changed. I have only touched the parser's toVector3 conversion.

I have tested conversion to JSX and transformation with some GLTFs of my own, but please make sure, there might be stuff that I missed.

* Moved loaders to classes, three.js does not use default export as it was used before.
* Type definition for exports.
* three.js version bumped to at least first that introduces breaking change to euler to vector conversion.
* New pattern for vector from euler conversion applied.
@drcmda
Copy link
Member

drcmda commented Dec 21, 2023

sorry it took so long, i kind of keep missing important github notification which get swept out by unimportant stuff. :( would it be possible to resolve still?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants