Raanan Weber

Results 176 comments of Raanan Weber

the snapshots were created on windows, so the filename that was auto-generated ends with win32. You can generate the snapshots to fit your use case: `npm run test:visuals -- --update-snapshots`...

Babylon native has support for a similar feature that uses the same API as the plane API - https://github.com/BabylonJS/Babylon.js/blob/master/packages/dev/core/src/XR/features/WebXRMeshDetector.ts It also extends the webxr types to support the feature -...

running `npm run test` will now launch playwright validation tests in chrome for the scenes. Note that if you want the validation tests to be deterministic, make sure you add...

https://playwright.dev/

Sorry, submitted too early :-) It is an in-browser testing framework. It's not jest, but has a very similar API. I think unit-testing for a babylon scene is a little...

All you need is a proper jest configuration if you want to run unit tests in this repo. I'd be more than happy to suggest, however, from experience, a 3D...

A working jest config was added, able to load esm, typescript, and babylon.

The inspector typings depend on react, so those typings are needed in order to use the inspector as is. Building with the inspector will fail on (ts-enabled) projects that don't...

You will notice i did mention typescript in my answer. And the same goes to what you said - it shouldn't fail 🙃 But i do want to find a...

I did some research regarding what can be done here. I believe the es6 version could be exported without the react dependencies, if we change the public API available for...