MainzerKaiser

Results 14 comments of MainzerKaiser

So, using several Views in one Canvas does not work in react native? Something like this: https://codesandbox.io/p/sandbox/view-skissor-1wmlew?file=%2Fsrc%2FApp.js%3A15%2C32 For now: Module '"@react-three/drei/native"' has no exported member 'View'.ts(2305)

What is the status here, i am using this package so far but it is missing touch release events: https://github.com/TiagoCavalcante/r3f-native-orbitcontrols

For my use-case I like that the sepearator is visible to re-open a pane again. But what troubles me is that it only works when the right pane is maximized,...

Hi Tiago, thank you for the idea. The solution in the other issue regarding the first touch fix is related to this as i thought i have a performance issue....

Hi Tiago, thanks a lot for responding. your fix in 1.0.10 works very well on web and android! Regarding the second topic, I uploaded this animation, which is a recording...

@TiagoCavalcante, the bug does not happen on web, it only appears on anroid. I could not test ios, though. I created this repo with the chair, although if loaded via...

How would you go about resetting the camera settings on button click?

Unfortunately I could not make it work. I cannot use the external camera as it screws up the rest of my code (placement of all objects). How would i go...

Hi Tiago, i get this error when hitting the web version in expo: ```` ERROR in ./node_modules/r3f-native-orbitcontrols/lib/index.esm.js:3 Module not found: Can't resolve '@react-three/fiber/native' Did you mean 'react-three-fiber-native.esm.js'? BREAKING CHANGE: The...

Hi Tiago, when starting the web version, i still get the error above, that ./node_modules/r3f-native-orbitcontrols/lib/index.esm.js:3 cannot resolve '@react-three/fiber/native'. Don't know why that is. Could it be, that the types are...