Hello,
I think that it is because the WebXR folder is not exposed by default in Sources/Rendering/index.js
. The default export is the following:
export default {
Core,
Misc,
OpenGL,
SceneGraph,
WebGPU,
};
Is there a way to access WebXR anyway @Sebastien_Jourdain ?