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

124
Vistas
Three.js flickering only on macbook pro retina screen

I'm running into an issue with flickering when rendering a moving point cloud in Three.js. The issue only appears when the page is loaded on a Macbook Pro Retina screen. Interestingly, if the page is loaded on an external monitor (2560x1440) and dragged across to the retina screen, there's no flickering issue. If I reload the same page on the retina screen, the flickering starts again. There are no flickering issues on an iPhone.

The background does not flicker and it only happens when the point cloud is moving. It does not matter whether the movement is a constant speed. The entire point cloud flickers at the same time.

Renderer:

renderer = new THREE.WebGLRenderer({
        powerPreference: "high-performance"
    });

Material:

        const material = new THREE.PointsMaterial({
            vertexColors: true,
            size: 1,
            sizeAttenuation: false,
            depthTest: false,
            transparent: true,
            opacity: 0.4,
            alphaTest: 0.2
        });

The following don't change the issue:

  • Changing the near or far frustum
  • Enabling anti-aliasing
  • Not related to z-fighting. Depth testing or writing don't make a difference.
  • Opacity, alphaTest, transparent
  • Reducing the number of points in the point cloud
  • Changing browsers (tested on Chrome, Safari, Firefox)
  • Changing the renderer powerPreference

I can't seem to figure out why the issues is specific to the Macbook Pro Retina screen.

Thanks for the help.

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