-
Different materials transmission found here for glTF:
https://github.com/KhronosGroup/glTF/tree/master/extensions/2.0/Vendor/ADOBE_materials_thin_transparency
https://github.com/KhronosGroup/glT…
-
```
Algebrite.run("integral(x^2/(a+b*x))")
"-a x / b + 1/2 x^2 - 3 a^2 / (2 b^2) + a^2 log(b x + a) / (b^2)"
```
A possible correct answer (from GeoGebra) is
`(((1 / 2 * b) * x^(2)) - (a * x)) / b^(2…
-
I note that in the X3DBindableNode that there is an inconsistency with respect to the X3D V3.3 specification.
In the X3D Specification (see http://www.web3d.org/documents/specifications/19775-1/V3.3/…
-
It would be worthwhile to test the X3D / VRML exporter for this use case:
Several ISSUES:
I loaded a .ply from CloudCompare (originally a .las); it has colors per vertex .
1 = syntax ] for .w…
-
As part of the 3D model analysis activity to encode 3D models in glTF, we face the need to decide how many CDB 1.X concepts needs to be supported in CDB X and if we can deprecate some (and obviously a…
-
WebGPU is the next generation of web graphic api, it seems that WebGPU will be much better than WebGL 1.0/WebGL 2.0.
Chrome started the [WebGPU](https://chromestatus.com/feature/6213121689518080) o…
-
**Describe the bug**
Modifying the geometry of an IndexedFaceSet with the Geometry Tool does not seem to generate events such as point_changed
**To Reproduce**
Steps to reproduce the behavior:
1…
-
When vizualizing a map with terrain there are artifacts at tile borders. It looks like the terrain lays at lower elevations below the map. I guess this is just visible if we use basemaps which are n…
-
```
What steps will reproduce the problem?
HelloWorld.json processing with jslint
What is the expected output? What do you see instead?
Expected …
-
How is it possible to display an X3D file streamed to a string ?