We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi Cesium, I'm in the process of testing cesium with gltf datasets, for 3d-tiles-next.
My gltf files are compressed with EXT_meshopt_compression and KHR_mesh_quantization, using gltf-pack
I noticed support for these glTF extensions, is in progress... #9520
I'm wondering, is there a preview of this, in a feature branch somewhere ?
Greatly appreciated.
The text was updated successfully, but these errors were encountered:
Try setting Cesium.ExperimentalFeatures.enableModelExperimental = true before creating any tilesets.
Cesium.ExperimentalFeatures.enableModelExperimental = true
We're in the process of refactoring the glTF loader and some new functionality like meshopt is behind this experimental flag.
Sorry, something went wrong.
That did it - thanks!
3d-tiles-next with glTF (containing EXT_meshopt_compression and KHR_mesh_quantization)
I'll add it to here
@wallabyway great!
No branches or pull requests
Hi Cesium,
I'm in the process of testing cesium with gltf datasets, for 3d-tiles-next.
My gltf files are compressed with EXT_meshopt_compression and KHR_mesh_quantization, using gltf-pack
I noticed support for these glTF extensions, is in progress...
#9520
I'm wondering, is there a preview of this, in a feature branch somewhere ?
Greatly appreciated.
The text was updated successfully, but these errors were encountered: