Michael Dobekidis

Results 91 comments of Michael Dobekidis

narrowing it down, it seems that when the `useLoader` or `useTexture` is used (even if the result doesn't get used) the Controllers are disappearing.

@CodyJasonBennett I'll check out on headset tonight and report back. Thanks for the effort!

On a similar note a simple mp4 video is playing fine, until entering the AR mode a second time then the video stops, and any subsequent try to enter AR...

This might work for you https://codesandbox.io/s/webxr-model-ru1k8z I have a mix of react-xr and plain-old webxr to implement anchors.

In r3f we just included the Object as a child of the camera like ```

Doesn't seem to be working on iOS 14.4.2 either. Or perhaps it needs more dpi on the printed barcode?

I think I'm having the same issue as I have a `/build` folder where the outDir is placing the js files but with this setup: ``` server.register(fastifyStatic, { root: path.join(__dirname,...

@Pomax Sorry the image was to show the moving circle not so much for the code as it spans over 2-3 files. The code that drives the circle via `getPointAt`...

It also doesn't process public functions like this.fn = function(){} Thanks.