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

Use Draco Mesh Compression #13

Closed
3 tasks
zicklag opened this issue Jun 15, 2019 · 3 comments
Closed
3 tasks

Use Draco Mesh Compression #13

zicklag opened this issue Jun 15, 2019 · 3 comments
Labels
enhancement New feature or request

Comments

@zicklag
Copy link
Member

zicklag commented Jun 15, 2019

Use Draco mesh compression for mesh export and loading.

  • Wrap Draco C++ library in Rust
  • Use Draco when exporting meshes from the Arsenal
  • Make sure Draco compression is supported for loading meshes in game
@zicklag zicklag added this to the 0.4 milestone Jun 15, 2019
@zicklag zicklag added the enhancement New feature or request label Jun 15, 2019
@bwasty
Copy link

bwasty commented Jul 30, 2019

We've discussed adding Draco loading support to the gltf crate a long while ago (I'm a contributor there -> https://github.com/gltf-rs). But it's a major project and so far there isn't even an issue - I would suggest opening one there to discuss it.

For generating the draco compressed file, it might be an option to use an external tool like https://github.com/TimvanScherpenzeel/gltf-to-glb (easier than directly writing draco I guess).

@zicklag
Copy link
Member Author

zicklag commented Jul 30, 2019

Thanks. I created an issue: gltf-rs/gltf#242.

@zicklag
Copy link
Member Author

zicklag commented Oct 20, 2020

Closing in favor of #93.

@zicklag zicklag closed this as completed Oct 20, 2020
@zicklag zicklag removed this from the 0.4 milestone Oct 20, 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
Projects
None yet
Development

No branches or pull requests

2 participants