Michael Dobekidis

Results 91 comments of Michael Dobekidis

@nsbingham I have achieved this by doing: `clip: Walk; timeScale: -1; clampWhenFinished:true; repetitions:1;`

I have a similar issue, I can't rotate the balls to align with the gun although rotation is applied. example: https://glitch.com/~morning-fuschia-hiss Am I missing some property or something?

Returning a png would be awesome! Swift doesn't like SVG so much...

One solution that I found is to listen to: ``` phoneInputView.addTarget(self, action: #selector(updateTextField), for: .editingChanged) ``` and then async trigger a `.editingChanged` event, which will correctly re-format the input value...

Is there a roadmap for this feature? I would like to add this to an existing project made with NextJS. I assume this is not possible at the time?

@CodyJasonBennett please take a look when you can. I have tested it out here: https://codesandbox.io/p/sandbox/white-smoke-wx5zht?file=%2Fsrc%2FApp.js%3A21%2C1 I would prefer if we could also return the HLS instance object so that people...

@CodyJasonBennett I think I got it right this time, it should properly teardown now.

I'm guessing it is due to this line: https://github.com/pmndrs/drei/blob/bed21ea90e8de8a1bfc0dc8129dbf723dd634699/src/core/useVideoTexture.tsx#L46C3-L46C80 Perhaps we should add: ``` let baseUrl; if (IS_BROWSER) { // In a browser environment (React) baseUrl = window.location.href; } else...

If HTML Video element cannot be created then I guess useVideoTexture can't work in ReactNative at all

To be able to move the studio UI around is somewhat important, as sometimes it can overlap with the underlying UI