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

142
Views
How to remove black colored seam on my separated floor mesh? AFRAME/THREEJS

I have a big .glb file that I import in AFrame. This .glb file has baked textures for my model and the floor has been separated into multiple mesh parts for better resolution.

On the parts that the floor has been separated, those black seams appear and they disappear only when the camera gets closer.

For my renderer settings: renderer='colorManagement: true; antialias: true; alpha: false;'

Any idea what this is and how to remove it? Thanks in advance!

enter image description here enter image description here

about 4 years ago · Juan Pablo Isaza
1 answers
Answer question

0

If they disappear when you get close, they may be related to the z-buffer, take a look at this example: webgl_camera_logarithmicdepthbuffer.

Anyways if it's not, you should also try adding THREE.DoubleSide on the side property of your glb model like this:

model.traverse((o) => {
  if (o.isMesh) o.material.side = THREE.DoubleSide;
});

If nothing of this works,I would think about a modelling issue. Anyways try adding a minimal working example like this: How to create a Minimal, Reproducible Example

about 4 years ago · Juan Pablo Isaza Report
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!