Bela Bohlender

Results 130 comments of Bela Bohlender

Your question is not dumb ;) it's actually exactly what I am currently working on co-share is designed to be technology independent. The concrete technology bindings are written in additional...

I think an abort mechanism would be very helpful for applications that do more than a simple web request. But even in this case, there might be a big file...

Me too :D And the POC I was talking about is 1 year old. Anyways here's gist that shows the code we used a year ago. https://gist.github.com/bbohlender/d7531b86a1e0899d879ed287b13171b7 However, today I...

I think the best way for a react-spring integration would be a decoupling between r3f/flex and three where ```typescript group.position.copy(position) ``` is set. If instead of setting the position directly,...

> lint action seems to still fail yeah, I am not using yarn, so the lock file had to be updated, should be all set now :)

in v6 the "player rig" is now called the XROrigin. There's a tutorial to set the player origin (and this the player's start position) here https://docs.pmnd.rs/xr/tutorials/origin . This can also...

@MP242 @MirkoCzo @chriskch @eigilnikolajsen should be resolved in v6. Feel free to reopen if something doesnt work. Since you probably need to migrate from v5, here's the [migration guide](https://docs.pmnd.rs/xr/migration/from-react-three-xr-5).

@brianyuen should work with v6. Context: The camera returned by `useThree(state => state.camera)` in v6 is now the xr camera. Therefore, all libraries consuming the camera through the R3F state,...

dom overlay is now supported in 6.1 feel free to reopen if this issue reoccurs

Hand tracking is now requested as an optional feature by default, so explicitly writing it as an optional/required feature is not necessary anymore. Feel free to reopen if something doesnt...