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

I am using SPLAT files in addition to ply files. Currently, this datatype is not supported by the Draco library. A few months ago, I raised an issue regarding this...

Waiting Response

Hi folks, I am having issues with encoding and viewing the encoded mesh. After encoding the mesh, when I opened the mesh for viewing, along with the texture, the texture...

bug

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

bug

## Issue Description When repeatedly encoding point clouds using `draco_encoder` on macOS without deleting the output file between runs, `du` reports increased file sizes for subsequent runs while the actual...

bug

Any chance you would consider adding the third_party folder in the release archive? Background: I would like to have the `draco_transcoder` be part of the conda package. Apparently conda-forge packages...

enhancement
Feature Request

[[project.json](https://github.com/user-attachments/files/18177009/project.json) ](url) Hi , i got a STL file , and the attachment is how it looks like in threejs. but i got a problem, convert the stl to drc...

bug

When building with `CMAKE_CXX_STANDARD=23` and Apple clang 16.0.0 the build fails in `ply_reader.cc` because of `error: no member named 'all_of' in namespace 'std'` This PR adds the missing `#include `

Fixes build error: ``` [ 46%] Building CXX object CMakeFiles/draco_io.dir/src/draco/io/gltf_utils.cc.o /opt/local/bin/ccache /opt/local/bin/g++-mp-14 -DDRACO_CMAKE=1 -DDRACO_FLAGS_SRCDIR=\"/opt/local/var/macports/build/_opt_PPCSnowLeopardPorts_archivers_draco/draco/work/draco-1.5.7\" -DDRACO_FLAGS_TMPDIR=\"/tmp\" -I/opt/local/var/macports/build/_opt_PPCSnowLeopardPorts_archivers_draco/draco/work/draco-1.5.7 -I/opt/local/var/macports/build/_opt_PPCSnowLeopardPorts_archivers_draco/draco/work/draco-1.5.7/src -I/opt/local/var/macports/build/_opt_PPCSnowLeopardPorts_archivers_draco/draco/work/build -I/opt/local/include/eigen3 -I/opt/local/include/ghc -I/opt/local/include -pipe -Os -fpermissive -DNDEBUG -isystem/opt/local/include/LegacySupport -I/opt/local/include -D_GLIBCXX_USE_CXX11_ABI=0 -std=gnu++17 -arch...

``` In file included from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_archivers_draco/draco/work/draco-1.5.7/src/draco/compression/decode.h:21, from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_archivers_draco/draco/work/draco-1.5.7/src/draco/io/mesh_io.h:19, from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_archivers_draco/draco/work/draco-1.5.7/src/draco/io/mesh_io.cc:15: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_archivers_draco/draco/work/draco-1.5.7/src/draco/core/status_or.h: In instantiation of 'draco::StatusOr::StatusOr(const draco::Status&) [with T = const Eigen::Matrix]': /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_archivers_draco/draco/work/draco-1.5.7/src/draco/scene/trs_matrix.h:50:14: required from here 50 | return Status(Status::DRACO_ERROR, "Matrix...

bug

Hello, In this file [0], the componentType of the indices accessor seems to be wrong. problem_tile.glb ```jsonc { "asset":{ "version":"2.0", "generator":"draco_decoder", "copyright":"Google" }, "scenes":[ { "nodes":[ 0 ] } ],...

bug