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

Add option to disable Draco compression #186

Closed
OmarShehata opened this issue Jun 19, 2019 · 2 comments
Closed

Add option to disable Draco compression #186

OmarShehata opened this issue Jun 19, 2019 · 2 comments

Comments

@OmarShehata
Copy link

OmarShehata commented Jun 19, 2019

Now that ion has a REST API and more engines are picking up 3D Tiles, we might want to consider adding an option to turn off Draco compression when tiling, in the case where the client doesn't support it. Currently all 3D Tiles produced on ion are Draco compressed by default.

I imagine this would be easy to add since the tiling pipeline itself supports this option, it's just not exposed on the ion platform (for example, see --disable-geometry-compression in the CLI docs https://cesium.com/docs/on-premise/tilers/3d-buildings/).

If this is something that you'd be interested in seeing, please 👍 this issue, and/or comment below and let us know what client/engine you're using.

@OmarShehata
Copy link
Author

OmarShehata commented Jul 15, 2019

Just got another request for this to get 3D Tiles (b3dm) streaming in Unity. I'm not sure if we should expose it on all the tilers or just for 3D models right now.

I also imagine we'd want to expose this on the REST API too.

@OmarShehata
Copy link
Author

This is now possible to toggle on ion! See the change log here: https://cesium.com/ion/changelog#2019-08-07

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