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

Rework of the GLTF converter #17

Open
RespectableRuessel opened this issue Jan 25, 2021 · 0 comments
Open

Rework of the GLTF converter #17

RespectableRuessel opened this issue Jan 25, 2021 · 0 comments

Comments

@RespectableRuessel
Copy link

Hi @CBenghi,

Due to the need of a GTLF converter that supports separate primitive node hierarchies (issue #10),
I began to rewrite the current one here: dn9090/XbimGltf (with most work done in this commit).

The current status is that the new implementation is a lot faster (35%) because of multi-threading
and is restructured so that it allows for an easier implementation of new features like the separate node hierarchies.
I noticed some things in the original implementation that I cannot understand or that are unnecessary in my view but
stayed in the implementation to ensure compatibility.
Also I reimplemented the original Builder API to use the new XbimGltfBuilder under the hood.

I would be glad if you could take a look at the project.
In the next steps I will try to support the hierarchy feature.

Thanks!

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

No branches or pull requests

1 participant