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 use HTMLMesh to display a DOM element in AR view?

I am trying to display a DOM element in 3D space in AR view using HTMLMesh class from ThreeJS. Every time I try to add the element to the scene, it does not display and also I get this warning in the console:

WebGL: INVALID_VALUE: texImage2D: no canvas

This is my code:

   let html = [
            '<div style="width:100px; height:100px; background-color: red">',
            '<h2>Some info in a panel</h2>',
            '</div>'
        ].join("\n");

    let div = document.createElement("div");

    div.innerHTML = html;

    let object = new THREE.HTMLMesh(div);
    object.position.set(position.x - 2, position.y + 2, position.z - 4);
    this.scene.add(object);

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