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

Hi, I'm bringing in an obj model with sub-objects. the suObjectAttribute works fine to assign points back to the correct sub-objects, but uv's don't come out properly. here's what I'm...

documentation

At least some code still uses the deprecated DecoderBuffer API: * DRACOLoader example web worker code https://github.com/google/draco/blob/master/javascript/example/DRACOLoader.js * JS example in the README

bug

Hi, I am working on streaming holograms. I want to encode, then transcode and finally decode files with draco. I could successfully encode .ply file to .drc file and vise...

Hey, I'm using metadata in my .obj file with "o object name" to separate different objets in the mesh. The thing is that when I use draco for compression and...

question

Can somebody help me understand the below function? I am struggling to understand draco::EncoderOptions This is the function implemented by the former worker. After getting this draco process, the intensity...

Waiting Response

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

1. Follow upstream `THREE.Loader` to use ES class (this should fix https://github.com/google/draco/issues/737 ) 2. set decoder path to load draco assets properly (if we follow javascript/README to set up a...

At https://github.com/google/draco/blob/c0b57c1b6ec365a5e97f765deacb6b45ead104a3/src/draco/core/options.cc#L23 You can see the Options::Options() constructor is instantiated. As soon as constructor is here it would be great to instantiate the destructor as well. Just add ```cpp Options::~Options();...

Neither in the repository nor on the Draco website could I find information regarding: - Whether Draco is a registered trademark - Legal requirements for using Draco text or image...

question
documentation

Download links on landing page don't work, e.g.: https://www.gstatic.com/draco/versioned/decoders/1.5.7/* skal/ (hi!)

bug
documentation