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

glTF Asset Importer #96

Closed
tebjan opened this issue Aug 11, 2018 · 4 comments
Closed

glTF Asset Importer #96

tebjan opened this issue Aug 11, 2018 · 4 comments
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@tebjan
Copy link
Member

tebjan commented Aug 11, 2018

Just because it's a recent hype and it looks like a nice open standard not dominated by a certain 3d software company:
https://github.com/KhronosGroup/glTF

@mafiesto4
Copy link

Xenko uses Assimp which supports importing some data from glTF (geometry and textures but animations are still WIP).

@xen2
Copy link
Member

xen2 commented Aug 13, 2018

What needs to be done:

  • check that the version of assimp we use is up to date enough to support this format (and upgrade assimp to latest version if too old)
  • allow glTF file extension in model importer
  • test it

@xen2 xen2 added enhancement New feature or request good first issue Good for newcomers labels Aug 13, 2018
@tebjan
Copy link
Member Author

tebjan commented Aug 16, 2018

another option which supports animation: https://github.com/KhronosGroup/glTF-CSharp-Loader

@Eideren
Copy link
Collaborator

Eideren commented Apr 27, 2020

Mostly supported, I'll close this one off and leave #603 open to continue over there

@Eideren Eideren closed this as completed Apr 27, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

4 participants