Preston Thomas
Preston Thomas
Hi What is the largest we can go using this tool? I have a 121 095 x 52 585 pixel image I am trying to convert It seems to get...
Is it possible to access the rotation and position of the camera in a similar way to a-frame https://aframe.io/docs/1.3.0/components/camera.html looking for a way to read the rotation constantly thanks
Hi do you have the example code for the image animation on the code page? For example the add/remove example https://camo.githubusercontent.com/026ebc82e6926ac5928f71fbdae684f0407a96fe/687474703a2f2f692e67697068792e636f6d2f6c304b37707375684451474c65543364362e676966
Hi Great work on this. Is there any way to modify the latency or interval times for the advertising broadcast on iOS. This would improve the tracking. https://developer.apple.com/documentation/corebluetooth/cbperipheralmanager/1393277-setdesiredconnectionlatency https://punchthrough.com/maximizing-ble-throughput-on-ios-and-android/
When I try add the macOS ANE I get the error in the attached screen grab. Using OSX 10.14.2
Thanks for this but how do you actually use it? // useAccount.js import createSingleton from '@peterbee/react-singleton'; const [useAccount, updateAccount] = createSingleton(accountObject); export default useAccount; how do you pass "accountObject" to...