Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

126
Views
gltf piepeline draco compression creates weird edges

I'm trying to compress a glb file with gltf pipeline module ( https://github.com/CesiumGS/gltf-pipeline )

The original glb file looks like the following:

enter image description here

I'm compressing glb model with the following script:

const getCompressedGltfFile = async (glb) => {
  try {
    const compressedFile = await processGlb(glb, {
      dracoOptions: {
        compressionLevel: 10,
      },
    });
    return compressedFile.glb;
  } catch (error) {
    console.log("compressingGltfFile failed:", glb, error);
    return glb;
  }
};

After the compression, the model looks like the following:

enter image description here

Is there any way I can compress glb model without creating weird edges?

about 4 years ago · Juan Pablo Isaza
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!