gltf
Here are 222 public repositories matching this topic...
-
Updated
Sep 29, 2020 - JavaScript
-
Updated
Sep 27, 2020 - C++
-
Updated
Sep 29, 2020 - TypeScript
-
Updated
Jun 26, 2020 - JavaScript
-
Updated
Sep 29, 2020 - C++
-
Updated
Sep 25, 2020 - C++
-
Updated
Sep 24, 2020 - Batchfile
-
Updated
Sep 27, 2020 - C++
In addPipelineExtras, a _pipeline object with a source is added to the extras of each buffer, so it can be used in https://github.com/CesiumGS/gltf-pipeline/blob/47e25f05dcb86d271675f9b5fa5be8dee8205b55/lib/mergeBuffers.js#L29
If a custom stage adds a buffer, it will not have a extras._pipeline object and therefore, will cause a crash in the line above.
A possible solution would
-
Updated
Sep 29, 2020 - C
-
Updated
Sep 4, 2020 - C++
-
Updated
Sep 27, 2020 - Pascal
We need to change the unit of the input.
-
Updated
Sep 28, 2020 - JavaScript
-
Updated
Sep 14, 2020 - C++
Currently all render engines come with different background colors. That makes comparing colors between renderers harder, especially for transparencies.
Would be great if all render engines could use a similar/the same background color by default.
Improve this page
Add a description, image, and links to the gltf topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the gltf topic, visit your repo's landing page and select "manage topics."

Sandcastle example: open any basic shape (e.g. Rectangle) and try to set an outlineWidth, or search "outlineWidth" on this tracker and read any of a bunch of existing issues, starting with #40 (!)
Browser: any
Operating System: Windows only, apparently
Since the very beginning of Cesium, people have been trying to use the
outlineWidthproperty on EllipseGraphics, RectangleGraphics, Po