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

Introduce GLTFLoader plugin system, first round #18484

Closed
wants to merge 20 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
825cce9
Introduce GLTFLoader plugin system
takahirox Jan 26, 2020
02f3659
GLTFLoader: Reflect the comments about plugin system
takahirox Jan 29, 2020
acaa427
GLTFLoader: Clean up
takahirox Jan 29, 2020
af66aa9
Move assignExtrasToUserData() and addUnknownExtensionsToUserData() ca…
takahirox Feb 5, 2020
36e46f5
GLTFLoader: Clean up
takahirox Feb 6, 2020
a3a6f6f
Merge remote-tracking branch 'upstream/dev' into GLTFLoaderPluginSyst…
takahirox Feb 10, 2020
beccbad
Merge remote-tracking branch 'upstream/dev' into GLTFLoaderPluginSyst…
takahirox Feb 11, 2020
7e336db
Merge remote-tracking branch 'upstream/dev' into GLTFLoaderPluginSyst…
takahirox Feb 14, 2020
3d98102
Rename GLTF hookpoint to root
takahirox Feb 22, 2020
3fb990c
Merge remote-tracking branch 'upstream/dev' into GLTFLoaderPluginSyst…
takahirox Feb 24, 2020
78a9458
Rename hookpoint key from Geometry to geometry
takahirox Feb 24, 2020
a831ab9
Return nothing from onBefore
takahirox Feb 24, 2020
2a6ea61
Add unregister method to GLTFLoader
takahirox Feb 24, 2020
fb69070
Fix onBefore bug
takahirox Feb 25, 2020
ff241c2
Pass asset index to plugin. And let loadXXX take asset index
takahirox Feb 25, 2020
e2f0062
Rename map hookpoint to textureInfo to follow the glTF spec name
takahirox Feb 25, 2020
f5fd680
Minor clean up
takahirox Feb 25, 2020
9e7b0a4
Always Fire on/onBefore/onAfter regardless of extensions definition
takahirox Feb 27, 2020
c318ed2
Clean up
takahirox Feb 27, 2020
28a297a
Merge remote-tracking branch 'upstream/dev' into GLTFLoaderPluginSyst…
takahirox Mar 2, 2020
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading