Apple ARKit is Augmented Reality SDK introduced in iOS 11.
In ARKit, I have found 2 ways of inserting a node after the hitTest Insert an ARAnchor then create the node …
swift augmented-reality arkitApple AR Quick Look apparently only supports .usdz files. So, what is the easiest way to convert an .obj or .…
augmented-reality arkit usdzARKit app allows us create an ARReferenceObject, and using it, we can reliably recognize a position and orientation of real-world …
swift augmented-reality scenekit arkit realitykitYou can now convert 3D models to .usdz files (uncompressed zip archive) using Apple's command line tool bundled with Xcode 10 …
animation augmented-reality arkit xcode10 usdzHow can I use the horizontal and vertical planes tracked by ARKit to hide objects behind walls/ behind real objects? …
ios swift scenekit augmented-reality arkitI'm exploring the new ARKit. Currently all the examples I've seen use the "relative" position of the camera to place …
ios core-location arkitI tried to run sample ARKit in Xcode 9 iPhone 7 plus simulator. But it failed. Is there any possibilities to check …
ios ios-simulator arkitSo I have an OBJ 3D model with its associated MTL file. The MTL file contains all the textures. However, …
augmented-reality scenekit arkit maya usdzI'm trying out the new ARKit to replace another similar solution I have. It's pretty great! But I can't seem …
swift arkitHey I'm trying to figure out. How to keep a simple node in place. As I walk around it in …
ios swift arkit