-
I came across a file recently containing three buffers, all sharing the same URI:
```jsonc
"buffers": [
{
"uri": "glTF.bin",
"byteLength": 8160
},
{
"uri": "g…
-
Hi,
I have a test that fails when it is run with a containerized Chrome but passes when run on my local Chrome installation.
This test opens a webpage which contains a babylon.js canvas.
I can …
-
I'm using `react-babylonjs` to follow the [Babylon tutorial](https://doc.babylonjs.com/features/introductionToFeatures/chap2/combine/). We're supposed to merge the box and cylinder into a single mesh …
-
## GLTF
https://github.com/KhronosGroup/glTF/tree/main/extensions/2.0/Khronos/KHR_materials_iridescence
## UNITY HDRP
https://docs.unity3d.com/Packages/com.unity.render-pipelines.high-definition@…
-
WebGPU was disabled per the following issue: https://github.com/vircadia/vircadia-web/issues/166
WebGPU should hopefully be able to be re-enabled after updating to the latest (or at least a more re…
-
I've been trying to understand why documentation of Babylon.js doesn't get generated as well, while debugging the project I've seen that `JsDoc` members get populated but I couldn't see any string sho…
-
Upon running tests, `nyc` is crashing out due to a syntax error.
I believe this is because it's mistakenly trying to parse the TypeScript file as Flow. The file `declaredScope.d.ts` contains the be…
rotu updated
5 months ago
-
I added a bloom effect to the `three.js` sample.
However, the display result is slightly different from `Babylon.js`.
If possible, I would like to make adjustments so that the display results are th…
-
## GLTF
https://github.com/KhronosGroup/glTF/tree/main/extensions/2.0/Khronos/KHR_materials_sheen
## three.js
https://github.com/mrdoob/three.js/blob/3f2956c35e1bd1fc8cbe35f1430e475fd848e6a2/src/no…
-
During the last few weeks/months I was aiming to extract some of the potentially reusable functionality from Pioneer's packages to `pioneer/packages/src/joy-utils`. This process began with https://git…