-
-
Notifications
You must be signed in to change notification settings - Fork 382
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
fix(GLTFImporter): fix GLTF Draco normals #3193
base: master
Are you sure you want to change the base?
Conversation
3c9e647
to
bb52b95
Compare
@finetjul I have upgraded the draco lib to the latest version and i generate the normals if they are missing. |
0a95753
to
d1a5a5a
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM.
@floryst could it be considered as breaking change ?
@finetjul the only breaking change is the switch to promise/async setDracoDecoder imposed by the library. |
d1a5a5a
to
269a137
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm good to keep this as a non-breaking change. I'm partly making this call due to draco3d not designating it as a breaking change (assuming they follow semantic versioning), as they introduce it in the 1.3.6->1.4.0 release.
Context
fix #3192
Results
Enregistrement.2024-12-15.222041.mp4
Changes
PR and Code Checklist
npm run reformat
to have correctly formatted codeTesting