Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@panxinmiao
Copy link
Contributor

@panxinmiao panxinmiao commented Jan 17, 2025

Refactor the plugin extension mechanism of the glTF loader to make it easier to add more extensions support in the future.

Each glTF extension is now implemented as a plugin class that handles the corresponding logic and is registered with the glTF Loader. This way, when adding new glTF extension support, we only need to add a new plugin class.

Currently supported/implemented:

Copy link
Collaborator

@Korijn Korijn left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Very nice work. :) Looking forward to seeing more GLTF compatibility!

@Korijn Korijn enabled auto-merge (squash) January 19, 2025 20:18
@Korijn Korijn merged commit e959163 into pygfx:main Jan 19, 2025
14 checks passed
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.

2 participants