draco
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.
Hi, I'm a user of the draco3d library for glTF encoding/decoding - I am also a contributor to the glTF standards. It is quite challenging to use this library in...
Hi Everyone Running a typescript application on a Nvidia Jetson device. I used npm install draco3d to install the library, and I am currently trying to decode the point cloud...
Hello dear developers, I'm trying to encode and decode hardcoded data without success. I tried to encode this model (cube) with JS and decode it with `draco_decoder` utility to obj....
/src/draco/io/gltf_encoder.cc line 3414 Code: // Encode the geometry into a buffer. EncoderBuffer buffer; DRACO_RETURN_IF_ERROR(EncodeToBuffer(geometry, &gltf_asset, &buffer)); if (extension == "glb") { return WriteGlbFile(gltf_asset, buffer, filename); } return WriteGltfFiles(gltf_asset, buffer, filename,...
In `draco_install.cmake`, `CMAKE_INSTALL_FULL_*` are used to define the destination for the different targets. https://github.com/google/draco/blob/7ec8a2783f4c86d5f3c9120d1d58c7ce1b3094ef/cmake/draco_install.cmake#L26 However, when using these variables, `CMAKE_INSTALL_PREFIX` is effectively prepended twice when using a relative path. Here...
It looks like macos toolchain is missing. Would it be possible to add x86_64-macos.cmake?
OSS-Fuzz has found a bug in this project. Please see https://oss-fuzz.com/testcase?key=4666237024337920 for details and reproducers. This issue is mirrored from https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=52896 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=4641045376008192 for details and reproducers. This issue is mirrored from https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=52895 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=6639908748132352 for details and reproducers. This issue is mirrored from https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=52892 and will auto-close if the status changes there. If...
Mostly it passes, but sometimes there's a seg fault. Needs investigation.