Giter VIP home page Giter VIP logo

Comments (5)

ondys avatar ondys commented on May 17, 2024

Thanks for the report. Can you please also attach the encoded .drc file and the decoded .obj file? (for -cl 0 would be sufficient).

I tried to reproduce it on our end and I it worked as expected (no artifacts for either -cl 0 or -cl 5 (default)). It was on Linux though so it is possible, there is some windows specific bug, I'll investigate more.

from draco.

davegirdy avatar davegirdy commented on May 17, 2024

Sure, no problem. See below! Thanks for looking into it.
mesh_decoded.zip

from draco.

davegirdy avatar davegirdy commented on May 17, 2024

I also tried on Linux and confirm that this is a Windows specific bug. Linux results looks good on my end.

from draco.

FrankGalligan avatar FrankGalligan commented on May 17, 2024

Hi Dave,

Sorry it took so long. We were setting up a windows development machine. So we figured out what the issue is.

For some reason in your mesh_decoded.obj file the first line got messed up. Here are the first two lines:
mtllib ./mesh.obj.mtl usemtl material_0v -62.325630 -129.229721 -69.757767
v -61.428375 -129.248032 -71.479034

The problem is you only have a CR between material_0v -62.325630. If you add a windows line ending (LF) then your file works great. E.g.
mtllib ./mesh.obj.mtl
usemtl material_0
v -62.325630 -129.229721 -69.757767
v -61.428375 -129.248032 -71.479034

from draco.

davegirdy avatar davegirdy commented on May 17, 2024

No problem on the delay! Thank you for looking into this. I confirm the problem is indeed with line endings.

I was using Notepad++ on the decoded OBJ file so I could add back in the MTL lines. The file was bieng opened in "Macintosh" mode.

If I copy/paste all the lines into a new Notepad++ file (default is Dos\Windows format) and save the file... everything works again.

Thanks again for Draco! I am getting really good results with it so far.

from draco.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.