Raanan Weber

Results 51 issues of Raanan Weber

Let's check if we can cache requests locally (using the response headers), as snippets are guaranteed to be immutable. See https://forum.babylonjs.com/t/gui-parsefromsnippetasync-xhr-request-appears-to-bypass-browser-cache/25905

enhancement

Setting as Draft for now to check side effects There shouldn't be any, just need to be 100% sure :-)

We can unify testing (puppeteer/selenium) using playwright which supports chromium, firefox and webkit. We need to move integration and visualization tests, including the snapshot comparison.

enhancement
build

Under very specific conditions, the current frustum strategy we are using can return false positives. A simple example: https://playground.babylonjs.com/#E56SFZ#4 The lines of the near square are green when a specific...

enhancement
optimizations
help wanted

Whoever wants to know what exactly happened, let me know :-)

See - https://www.w3.org/TR/webxr/#secondary-view This should technically replace spectator mode (or be used under the hood)

VR/AR/XR
new feature
stale

When running Babylon.js in Node.js it is not enough to load the wasm, as it is required to use Node.js' WebAssembly runtime to parse the file (https://nodejs.dev/en/learn/nodejs-with-webassembly/). We will need...

enhancement
new feature
stale

See https://forum.babylonjs.com/t/direction-of-movement-for-walking-locomotion/36051

VR/AR/XR
investigation
stale

The changes in the code are up for review. * This architecture allows a developer to create their own workers or worker pool instead of using our default worker creation...