-
Updated
Nov 3, 2021 - JavaScript
webgl
Here are 4,200 public repositories matching this topic...
-
Updated
Nov 3, 2021 - TypeScript
-
Updated
Nov 3, 2021 - JavaScript
See:
https://forum.babylonjs.com/t/can-gltf-export-a-specific-mesh-from-scene/10641/3
Repro:
https://www.babylonjs-playground.com/#YBEKDT#4
Expected result:
Fan materials and textures should not be included in exported glTF from this playground.
-
Updated
Nov 3, 2021 - JavaScript
JavaScript Request: Expose Texture methods getWidth(), getHeight(), getDepth(), getLevels(), etc.
Problem:
After using Engine.createTextureFromKtx/jpeg/Png, I need to query the texture width and height so I can generate proper UV coordinates for font display.
Proposed solution
Expose the Texture.getWidth(), getHeight(), etc. methods to get texture information. I currently only need width and height, but I can see usage cases for many of the other "getters" available in the C++ in
Follow up from xtermjs/xterm.js#3448, we should move off the now deprecated getOption/setOption
-
Updated
Jun 9, 2021 - JavaScript
-
Updated
Oct 10, 2021 - C++
Most items coming from questions on the community forum
- a proper multicategory bar example based on https://community.plotly.com/t/multicategory-axis-type-example/26392
- example of shape or annotation covering several subplots thanks to
xref='paper'. Also the shapes and annotations tutorial should link to each other. - orthographic projection example in 3d axes tutorial (or
-
Updated
Nov 4, 2021 - JavaScript
-
Updated
Aug 14, 2019 - TypeScript
-
Updated
Oct 29, 2021 - HTML
When visual users look at a map they can easily tell that the controls, attribution, and other (potentially custom) UI components that are placed on the map belong to it. AT users rely on HTML semantics, DOM structure, and ARIA to convey these things and their relationships.
Currently, the tabindex="0", aria-label="Map" and role="region" (which to
When camera.roll = 0, the camera.changed event doesn't fire when changes only occur to the heading. e.g. if the user is looking down and rotates the camera. This causes issues with our compass not updating.
Sandcastle example:
Try the rotate buttons in the sandcastle below, you'll see that the camera.changed event is fired only when the roll =/= 0:
[Sandcastle](https://sandcastle.cesium.com
-
Updated
Nov 3, 2021 - JavaScript
-
Updated
Nov 3, 2021 - JavaScript
-
Updated
Nov 3, 2021 - JavaScript
-
Updated
Aug 16, 2018 - JavaScript
-
Updated
Jan 27, 2020 - JavaScript
-
Updated
Aug 3, 2020 - JavaScript
-
Updated
Aug 10, 2021 - JavaScript
-
Updated
Nov 2, 2021 - C++
Improve this page
Add a description, image, and links to the webgl topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the webgl topic, visit your repo's landing page and select "manage topics."

Formed in 2009, the Archive Team (not to be confused with the archive.org Archive-It Team) is a rogue archivist collective dedicated to saving copies of rapidly dying or deleted websites for the sake of history and digital heritage. The group is 100% composed of volunteers and interested parties, and has expanded into a large amount of related projects for saving online and digital history.

fitDataset() expects a Dataset that produces elements of a certain shape, with matching batch sizes etc., and throws errors (from standardizeDataIteratorOutput()) when the conditions are not met. These errors should be tested.