draco icon indicating copy to clipboard operation
draco copied to clipboard

Draco is a library for compressing and decompressing 3D geometric meshes and point clouds. It is intended to improve the storage and transmission of 3D graphics.

Results 194 draco issues
Sort by recently updated
recently updated
newest added

ftello is not defined on windows, but apparently `_FILE_OFFSET_BITS` is, swap the if cases to detect windows first. Using the native LLVM+clang toolchain: ``` > clang --version clang version 15.0.7...

Fix `-Wignored-qualifiers`, `-Wdeprecated-copy-with-user-provided-copy` warnings

Header `` is needed for the function `std::all_of`

OSS-Fuzz has found a bug in this project. Please see https://oss-fuzz.com/testcase?key=5139191449059328 for details and reproducers. This issue is mirrored from https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=66259 and will auto-close if the status changes there. If...

OSS-Fuzz has found a bug in this project. Please see https://oss-fuzz.com/testcase?key=5044900645699584 for details and reproducers. This issue is mirrored from https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=65986 and will auto-close if the status changes there. If...

bug

Hello I'm trying to get Draco working as a library for my C++ project, but have bad experiences with manually linking libraries - as such am trying to get it...

bug

Hello, team! I am currently experimenting with the Wasm version of Draco and trying to embed it in a Wasm runtime called WasmTime in .NET. I have encountered an issue...

question
documentation

Package: draco:wasm32-emscripten -> 1.5.6 **Host Environment** - Host: x64-windows - Compiler: Clang 18.0.0 - vcpkg-tool version: 2023-09-15-ac02a9f660977426b8ec6392919fbb1d51b10998 vcpkg-scripts version: 6a349fe1f 2023-09-18 (2 months ago) **To Reproduce** `vcpkg install assimp:wasm32-emscripten` **Failure...

bug

I'm trying to apply draco to a "[Gaussian Splatting](https://github.com/graphdeco-inria/gaussian-splatting)" point cloud, which has many more dimensions than just point locations, e.g., here are the header fields: ``` ply format binary_little_endian...

enhancement
Feature Request