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

Since version `1.5.6` draco wasm loading fails on iPhone 6 IOS 12.5.5 with following error: ``` failed to asynchronously prepare wasm: Error: WebAssembly.Module doesn't parse at byte 58: invalid opcode...

bug

I was checking code of the coded test so I made a very simple test project triyng to encode a point cloud, but when I print the number of encoded...

question

Morning! This week someone uploaded a specific gltf that seems to cause a bus error when going through `EncodeMeshToDracoBuffer` (using gltf-pipeline -- https://github.com/CesiumGS/gltf-pipeline/issues/608). The specific line is https://github.com/CesiumGS/gltf-pipeline/blob/901c94f360d60382dfbc8612c12130bc4992f10c/lib/compressDracoMeshes.js#L264 . What's...

bug

I'm using `draco3d` inside a webworker to decode a draco mesh to three.js Geometry. I tried doing this using a node script locally and it worked without any error. But...

question

I found that `ObjDecoder::ParseVertexPosition` parses the position using single-precision floating-point. can it support the double-precision floating-point?

enhancement
Feature Request

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

bug

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

Currently, it is necessary to find examples which use the wasm version of draco to learn how to use it. Many examples refer back to https://github.com/google/draco/blob/master/javascript/time_draco_decode.html which appears to be...

documentation

Hello, while packing draco for Fedora Linux, the tarball misses man files for the binaries for UNIX terminals. It will be great to include them. Easier way to create them...

Waiting Response

When I import libtorch and draco at the same time, draco will appear undefined reference like this

bug