Benjamin Devine

Results 5 issues of Benjamin Devine

The bundler for React Native (https://github.com/facebook/metro-bundler) does not support dynamic `require`'s and as of RN 0.49 throws the error `require() must have a single string literal argument` if you include...

glitch

Looks like are a few results returned by `io3d.furniture.search` are groups, causing errors for a-frame, `furniture.get` and `storage.export*` methods. For example: https://furniture.3d.io/#furnitureId=68833b2a-6559-4b25-8690-8ee18ecc9d41 **To Reproduce** `io3d.furniture.get('68833b2a-6559-4b25-8690-8ee18ecc9d41')` **Actual** error gets thrown: File...

glitch
good first issue

ARKit 1.5 introduces `sessionShouldAttemptRelocalization` which (if I understand correctly) attempts to find the real world position after a session pause / interruption. This would be a super helpful feature to...

Feature
Pr-encouraged

The texture channel fix from https://github.com/react-native-ar/react-native-arkit/pull/171 works but turns out to be very memory intensive, in some cases leading to crashes. I suggest we undo it until it can be...

Reproduce: I made a small gist here that you can run on node.js to reproduce the problem: https://gist.github.com/bnjm/9ab98822642337346b5d77b70786b6d0 But you can also reproduce with this snippet: ``` io3d.storage .exportDae( '/535e624259ee6b0200000484/2017-11-23_21-53_p1lBYj/2017-11-23_21-53-53_pP2nc8.gz.data3d.buffer',...

bug