Marco Wettstein

Results 325 comments of Marco Wettstein

hi @danbachar no, its not maintained, maybe checkout https://github.com/ViroCommunity/viro/ which is still activily maintained

which version do you use? can you try passing an empty object for options? `ARKit.snapshot({})` (altough this should be fixed afair)

@jwanga which version do you use and are there any more logs?

the screenshot is taken directly from the current frame as far as i remember. Maybe you don't notice the alasing when its live because of slight movement?

that is a limitation of arkit, but i don't know how vuforia does overcome this. however, upcoming ios 12 seems to allow for continues updates, see this page: https://developer.apple.com/documentation/arkit/arworldtrackingconfiguration/2941063-detectionimages?language=objc

sorry for the pocketsvg integration. I know its not super clean and only really needed for one small feature: It enables you to create easy 3d objects by using a...

@Secretmapper not yet, but that might make sense for that. usually you "control" all node properties from react, but in this case, its computed. Are there any more properties that...

@code-matt you cannot access it directly anyway. it always involves serialisation. in case of rotation, this is what happens: - you update the rotation property of your Ar-Component (e.g. with...

The api looks pretty similar to arkit: https://developers.google.com/ar/reference/java plane detection and plane-hitdetection should be possible. Does someone have experience with 3d content on android and could implement the basic primitives...

That‘s awesome. Could you try to integrate this in this library? There will be some overlapping api that can be unified, some other might be more challenging. But i expect...