How can set node (3d object) in the floor with ARKit
and CoreLocation
?
I want when my distance is less than 20 meters. My object on the ground using altitude. I use CoreLocation and SceneKit.
Do you have any idea?
Thanks.
How can set node (3d object) in the floor with ARKit
and CoreLocation
?
I want when my distance is less than 20 meters. My object on the ground using altitude. I use CoreLocation and SceneKit.
Do you have any idea?
Thanks.
CoreLocation
framework gives you analtitude
instance property, measured in meters:Also you can use a
floor
property that's a logical floor of the building in which the user is located: