Traducere "de WebGL" în engleză
Nu am putut găsi această intrare. Se afișează rezultate aproximative. Verificați ortografia sau propuneți adăugarea acestui termen în dicționar.
Hemos encontrado una alternativa para sortear el problema de WebGL.
A workaround has been found for the WebGL issue.
Estos problemas son inherentes a la especificación de WebGL y requerirían cambios significativos en la arquitectura para remediarlos en el diseño de la plataforma.
These issues are inherent to the WebGL specification and would require significant architectural changes in order to remediate in the platform design.
Para obtener más información acerca de WebGL, visita.
To learn more about WebGL, visit.
Describe lo que habías hecho o estabas haciendo cuando apareció el error de WebGL
Please also let us know what actions had you taken or were taking when you ran into the WebGL error
Si planeas incluir un gráfico 3D circular creado a partir de WebGL, es posible que desees incluir una tabla de datos como una representación alternativa accesible.
If you are planning to include a whizzy 3D pie chart graphic made using WebGL, you might want to include a data table as an accessible alternative representation of the data.
Nuestro objetivo es dar una breve introducción a todos los conceptos clave detrás de la prestación de gráficos 3D y el uso de WebGL para su aplicación.
Our goal is to give a short introduction to all the key concepts behind rendering 3D graphics and using WebGL to implement them.
Básicamente cualquier solicitud WWW a un servidor que es diferente del servidor que aloja el contenido de WebGL necesita estar autorizado por el servidor que usted está intentado acceder.
Basically any WWW request to a server which is different from the server hosting the WebGL content needs to be authorized by the server you are trying to access.
Robustness - proporcionar una plataforma segura para aplicaciones como navegadores de WebGL, incluyendo la prevención de un restablecimiento de la GPU que afecta a otras aplicaciones en ejecución
Robustness - providing a secure platform for applications such as WebGL browsers, including preventing a GPU reset affecting any other running applications
El motor 3D de WebGL procesa la simulación en tiempo real y utiliza memoria a través de la pestaña del navegador.
WebGL 3D engine renders the simulation in real time and uses memory via the browser's tab.
Esto se debe a que podemos hacer varias presentaciones del contexto de WebGL, y las HMD no saben realmente cuándo actualizar su propia pantalla.
This is because we can do a bunch of rendering to the WebGL context, and the HMD doesn't know when to actually update its own display.
La interfaz de WebGL está inhabilitada.
WebGL interface is disabled; 3D and VR content is not currently indexed.
Los elementos de WebGL se pueden combinar con otros elementos HTML y estar compuestos con otras partes de la página o del fondo (background) de la página.
WebGL elements can be mixed with other HTML elements and composited with other parts of the page or page background.
Para comenzar, necesitaremos decirle a Three.js que no limpie el contexto de WebGL cada vez que llamamos a la representación, ya que necesitamos dibujar dos veces y no queremos perder la imagen para el ojo izquierdo cuando la dibujemos para el derecho.
To begin with we will need to tell Three.js not to clear out the WebGL context every time we call render, since we need to draw twice and we don't want to lose the image for the left eye when we draw it for the right.