The Wayback Machine - https://web.archive.org/web/20220725075423/https://github.com/topics/webgl
Skip to content
#

webgl

Here are 4,800 public repositories matching this topic...

emmanuelle
emmanuelle commented Nov 28, 2019

Most items coming from questions on the community forum

documentation good first issue
jjhembd
jjhembd commented Jul 19, 2022

A Material instance currently gives no indication of whether its textures are loaded or not. This makes unit testing difficult.

For example, the following test will fail since the image is not loaded before the scene renders:

it("renders blue from a blue texture", function () {
  primitive.appearance.material = Materia
svenvandescheur
svenvandescheur commented Jul 18, 2022

mapbox-gl-js version: 2.9.2
browser: Chrome

Steps to Trigger Behavior

  1. Initialize bounds: const bounds = new mapboxgl.LngLatBounds()
  2. Extend using LngLatLike based v2 (number Array), works.
  3. Extend using LngLatLike based v3 (Object), does not work (no exception raided just no update).

Link to Demonstration

I've been unable to create an online demo due to time c

Improve this page

Add a description, image, and links to the webgl topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the webgl topic, visit your repo's landing page and select "manage topics."

Learn more