Empresas
Empleos
  • Sobre nosotros
  • Soluciones
    • Publicación de vacantes
      Publica tu vacante y recibe candidatos calificados en 48h.
    • Evaluación de candidatos
      500+ pruebas técnicas y psicológicas, más anti-fraude.
    • Headhunting
      Búsqueda ejecutiva a la medida de principio a fin.
    • Nómina + EOR
      Dispersión de nómina y EOR en más de 15 países de LATAM.
  • Precios
  • Empleos

0

146
Vistas
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 Respuestas
Responde la pregunta

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 Denunciar
Responde la pregunta
Encuentra empleos remotos

¡Descubre la nueva forma de encontrar empleo!

Top de empleos
Top categorías de empleo
Empresas
Publicar vacante Precios Comercial
Legal
Términos y condiciones Política de privacidad
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomiéndame algunas ofertas
Necesito ayuda