-
Notifications
You must be signed in to change notification settings - Fork 319
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
Documentation for extension development insufficient #2333
Labels
Comments
In case it helps, I derived this hook order (which I think is correct) for the importer. I personally would have found something like this helpful for both import and export:
|
I spent a few hours tracing the export hooks in order. This might be roughly correct:
Not covered by the above are the following hooks that I didn't experience in my testing:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
The current document for writing a extensions are lacking key information:
gather_gltf_extensions_hook
and modifying the glTF only then?Expected behavior
The documentation and examples should clearly show a user how to do a concrete task. I'd suggest that in addition to the existing bare-bones, examples, a semi-real-world example is added, with both exporter and importer round-tripping the information.
The text was updated successfully, but these errors were encountered: