-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Draco extension for point clouds #1809
Comments
For the actual extension, I wonder if it could be as simple as allowing the glTF to override the |
An alternative solution to this is #1702 which you can try by using gltfpack; make sure to match position quantization settings with Draco though since I believe Draco uses less than 16 bits by default. |
KHR_draco_mesh_compression has this restriction on geometry types:
The Draco bitstream supports point cloud compression but
POINTS
support didn't make it into the glTF extension. For point clouds we see a 2.4x size reduction compared to the 16-bit quantized data (KHR_mesh_quantization) and it would be great to take advantage of this in glTF. Source on those numbers here - and note, this was tested with a Draco point cloud extension specific to 3D Tiles but results should be the same for glTF.We're in the process of moving all 3D Tiles formats to glTF, point clouds included, and this would be a welcome extension. Are others interested in this?
The text was updated successfully, but these errors were encountered: