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

182
Vistas
three.js, textures won't load in codepen

I'm starting to learn three.js, I'm doing it on codepen.io. The problem is that I try to add a texture to my boxgeometry and it does not appear, what is the problem with my code?

const cubetexture = new THREE.TextureLoader().load('https://i.stack.imgur.com/9vixO.png');

const geometry = new THREE.BoxGeometry( 10, 10, 10 )
const material = new THREE.MeshBasicMaterial( { map: cubetexture } );
const cube = new THREE.Mesh( geometry, material );
cube.rotateY(Math.PI / 3);
scene.add(cube)
about 4 years ago · Juan Pablo Isaza
1 Respuestas
Responde la pregunta

0

Your image is being blocked because Imgur does not specify a CORS policy. Due to security reasons, modern browsers will refuse to load the image, as evident in the developer console:

Chromium console displaying failed image fetching

In this case, the easiest solution would be to re-upload your image to Imgur through the main site, and use the URL from there. i.stack.imgur.com (images uploaded through Stackoverflow) does not send the required CORS headers, but i.imgur.com (images uploaded through the main site) does.

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