Raanan Weber

Results 51 issues of Raanan Weber

At the moment we detected gamepad objects according to their ID string. This can lead to cases where we mis-match a controller. a good example are the following: ![image](https://user-images.githubusercontent.com/1381702/119001050-ef38c580-b98b-11eb-8480-2f2dc38d4443.png) Our...

enhancement
inputs

VR/AR/XR
investigation

The XR parabolic ray's distance calculation is not accurate under certain conditions. It is currently constructed from 2 points that are calculated based on the provided radius. The praabolic radius...

enhancement
optimizations
VR/AR/XR
stale

We should run a pass at our tools and the code generating our templates and make sure we have the required accessibility tags added (like alt tags to images, labels...

enhancement
tools
stale

The cdn should serve "latest" and previous versions with the following schema: https://cdn.babylonjs.com/packageName/version/packageName[.min].js Where package name can be one of the following: core, loaders, materials, serializers, post-processes, procedural-textures, inspector, gui-editor,...

enhancement
build

If a shader compilation occurs it currently shows the full log but halts and doesn't report the error. Make sure shader compilation errors are reported and (if possible) add a...

enhancement
build

See https://forum.babylonjs.com/t/near-menu-dragging-does-not-work-in-oculus-quest-2/27152 https://playground.babylonjs.com/#8RLLVP#1 @CraigFeldspar - do you have an idea what might be the cause here?

VR/AR/XR
investigation

WebVR is no longer supported in most major browser. The only browser still supporting WebVR is firefox - https://caniuse.com/webvr When firefox removes WebVR support we should remove the code from...

enhancement
VR/AR/XR

Based on https://github.com/bialpio/webxr-depth-api/blob/master/explainer.md

enhancement
VR/AR/XR

The current implementation of the performance viewer is embedded in the inspector and allows viewing a full-sized graph of the data delivered by the performance viewer core. In addition to...

enhancement
performance viewer